We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97935f commit 9802c08Copy full SHA for 9802c08
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "serde_json"
3
-version = "1.0.134"
+version = "1.0.135"
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.134")]
+#![doc(html_root_url = "https://docs.rs/serde_json/1.0.135")]
303
// Ignored clippy lints
304
#![allow(
305
clippy::collapsible_else_if,
0 commit comments