From b1ebf3888ed728c66c69581ba8d9c4aa7483f486 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 25 Mar 2024 23:03:48 -0700 Subject: [PATCH] Release 1.0.115 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 630f44846..38b6d6ec8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json" -version = "1.0.114" +version = "1.0.115" 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 da0da469f..32c4fc456 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.114")] +#![doc(html_root_url = "https://docs.rs/serde_json/1.0.115")] // Ignored clippy lints #![allow( clippy::collapsible_else_if,