diff --git a/src/lib.rs b/src/lib.rs index 4a32b13..e71f9f2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -148,7 +148,7 @@ //! [Cargo]: https://crates.io/ //! [`serde`]: https://serde.rs/ -#![doc(html_root_url = "https://docs.rs/toml/0.4")] +#![doc(html_root_url = "https://docs.rs/toml/0.5")] #![deny(missing_docs)] #[macro_use]