diff --git a/Cargo.toml b/Cargo.toml index 9f7f7dade..96034225e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json" -version = "1.0.73" # remember to update html_root_url +version = "1.0.74" # remember to update html_root_url authors = ["Erick Tryzelaar ", "David Tolnay "] license = "MIT OR Apache-2.0" description = "A JSON serialization file format" diff --git a/src/lib.rs b/src/lib.rs index 9692ab6b3..47671b4bf 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -300,7 +300,7 @@ //! [macro]: https://docs.serde.rs/serde_json/macro.json.html //! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core -#![doc(html_root_url = "https://docs.rs/serde_json/1.0.73")] +#![doc(html_root_url = "https://docs.rs/serde_json/1.0.74")] // Ignored clippy lints #![allow( clippy::comparison_chain,