From 296f718e18681c52909da99f24198133e58528b2 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 13 Dec 2021 14:19:58 -0800 Subject: [PATCH] Release 1.0.73 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 350b68fa1..9f7f7dade 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json" -version = "1.0.72" # remember to update html_root_url +version = "1.0.73" # 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 50a6f8237..66129c31b 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.72")] +#![doc(html_root_url = "https://docs.rs/serde_json/1.0.73")] // Ignored clippy lints #![allow( clippy::comparison_chain,