From eb49e28204c45faa692e0ca5485958b3bdc6f310 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 19 Jan 2025 15:11:21 -0800 Subject: [PATCH] Release 1.0.137 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 67fb715a2..242f05b6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json" -version = "1.0.136" +version = "1.0.137" authors = ["Erick Tryzelaar ", "David Tolnay "] categories = ["encoding", "parser-implementations", "no-std"] description = "A JSON serialization file format" diff --git a/src/lib.rs b/src/lib.rs index 598a4b9b8..07090dd0c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -299,7 +299,7 @@ //! [macro]: crate::json //! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core -#![doc(html_root_url = "https://docs.rs/serde_json/1.0.136")] +#![doc(html_root_url = "https://docs.rs/serde_json/1.0.137")] // Ignored clippy lints #![allow( clippy::collapsible_else_if,