From 58f51ef03b88e06745c4113e13ea2738e1af247d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 2 May 2017 09:19:40 -0700 Subject: Update doc urls to 0.4 Closes #168 --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 583ec7a..a147231 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -57,7 +57,7 @@ //! //! ## Deserialization and Serialization //! -//! This crate supports [`serde`] 0.9 with a number of +//! This crate supports [`serde`] 1.0 with a number of //! implementations of the `Deserialize`, `Serialize`, `Deserializer`, and //! `Serializer` traits. Namely, you'll find: //! @@ -148,7 +148,7 @@ //! [Cargo]: https://crates.io/ //! [`serde`]: https://serde.rs/ -#![doc(html_root_url = "https://docs.rs/toml/0.3")] +#![doc(html_root_url = "https://docs.rs/toml/0.4")] #![deny(missing_docs)] #[macro_use] -- cgit v1.2.3