diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |