diff options
author | Alex Crichton <alex@alexcrichton.com> | 2017-05-02 09:19:40 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2017-05-02 09:20:11 -0700 |
commit | 58f51ef03b88e06745c4113e13ea2738e1af247d (patch) | |
tree | b9df4afdd4258fcbcdcad031b2f37ea0dadf907c /src | |
parent | 95b3545938f67ca98d313be5c9c8930ee2407a30 (diff) | |
download | milf-rs-58f51ef03b88e06745c4113e13ea2738e1af247d.tar.gz milf-rs-58f51ef03b88e06745c4113e13ea2738e1af247d.zip |
Update doc urls to 0.4
Closes #168
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |