Release 1.0.121

This commit is contained in:
David Tolnay 2024-07-28 14:03:27 -07:00
parent b0d678cfb4
commit eca2658a22
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "serde_json" name = "serde_json"
version = "1.0.120" version = "1.0.121"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"] authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
categories = ["encoding", "parser-implementations", "no-std"] categories = ["encoding", "parser-implementations", "no-std"]
description = "A JSON serialization file format" description = "A JSON serialization file format"

View File

@ -299,7 +299,7 @@
//! [macro]: crate::json //! [macro]: crate::json
//! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core //! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.120")] #![doc(html_root_url = "https://docs.rs/serde_json/1.0.121")]
// Ignored clippy lints // Ignored clippy lints
#![allow( #![allow(
clippy::collapsible_else_if, clippy::collapsible_else_if,