From a22b686f499e12146cf9a8932d2aebce7c9f2fc3 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 15 Jan 2022 16:53:20 -0800 Subject: [PATCH] Release 1.0.75 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 96034225e..111dc5bb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json" -version = "1.0.74" # remember to update html_root_url +version = "1.0.75" # 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 0a815747c..f48f05c69 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.74")] +#![doc(html_root_url = "https://docs.rs/serde_json/1.0.75")] // Ignored clippy lints #![allow( clippy::collapsible_else_if,