diff --git a/serde/src/lib.rs b/serde/src/lib.rs index c97339d4..812a010f 100644 --- a/serde/src/lib.rs +++ b/serde/src/lib.rs @@ -79,7 +79,7 @@ //////////////////////////////////////////////////////////////////////////////// // Serde types in rustdoc of other crates get linked to here. -#![doc(html_root_url = "https://docs.rs/serde/0.9.13")] +#![doc(html_root_url = "https://docs.rs/serde/0.9.14")] // Support using Serde without the standard library! #![cfg_attr(not(feature = "std"), no_std)] diff --git a/serde_derive/src/lib.rs b/serde_derive/src/lib.rs index 55cea20e..777f9471 100644 --- a/serde_derive/src/lib.rs +++ b/serde_derive/src/lib.rs @@ -6,7 +6,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![doc(html_root_url = "https://docs.rs/serde_derive/0.9.13")] +#![doc(html_root_url = "https://docs.rs/serde_derive/0.9.14")] #![cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] #![cfg_attr(feature = "cargo-clippy", allow(used_underscore_binding))] diff --git a/serde_test/src/lib.rs b/serde_test/src/lib.rs index 9aedac20..c57f003c 100644 --- a/serde_test/src/lib.rs +++ b/serde_test/src/lib.rs @@ -155,7 +155,7 @@ //! # } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_test/0.9.13")] +#![doc(html_root_url = "https://docs.rs/serde_test/0.9.14")] #[macro_use] extern crate serde;