diff --git a/Cargo.toml b/Cargo.toml index 222baa8..56f84e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json" -version = "1.0.42" # remember to update html_root_url +version = "1.0.43" # 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 fe4f176..9268a2e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -291,7 +291,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.42")] +#![doc(html_root_url = "https://docs.rs/serde_json/1.0.43")] #![allow(unknown_lints, bare_trait_objects, ellipsis_inclusive_range_patterns)] #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]