We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c48ab commit eb49e28Copy full SHA for eb49e28
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "serde_json"
3
-version = "1.0.136"
+version = "1.0.137"
4
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
5
categories = ["encoding", "parser-implementations", "no-std"]
6
description = "A JSON serialization file format"
src/lib.rs
@@ -299,7 +299,7 @@
299
//! [macro]: crate::json
300
//! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
301
302
-#![doc(html_root_url = "https://docs.rs/serde_json/1.0.136")]
+#![doc(html_root_url = "https://docs.rs/serde_json/1.0.137")]
303
// Ignored clippy lints
304
#![allow(
305
clippy::collapsible_else_if,
0 commit comments