diff --git a/Cargo.toml b/Cargo.toml index 8e409121d..c837c78e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json" -version = "1.0.61" # remember to update html_root_url +version = "1.0.62" # 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 fba86e06c..c3766b5fd 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://japaric.github.io/serde-json-core/serde_json_core/ -#![doc(html_root_url = "https://docs.rs/serde_json/1.0.61")] +#![doc(html_root_url = "https://docs.rs/serde_json/1.0.62")] #![deny(clippy::all, clippy::pedantic)] // Ignored clippy lints #![allow(