From 02408146771c6281bd751c7683c43fe3df082ff9 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 19 Apr 2017 14:32:04 -0700 Subject: [PATCH] Update post-merge html_root_urls --- serde/src/lib.rs | 2 +- serde_derive/src/lib.rs | 2 +- serde_test/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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;