We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b681ff commit a0ddb25Copy full SHA for a0ddb25
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "serde_json"
3
-version = "1.0.96" # remember to update html_root_url
+version = "1.0.97" # remember to update html_root_url
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
@@ -300,7 +300,7 @@
300
//! [macro]: crate::json
301
//! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
302
303
-#![doc(html_root_url = "https://docs.rs/serde_json/1.0.96")]
+#![doc(html_root_url = "https://docs.rs/serde_json/1.0.97")]
304
// Ignored clippy lints
305
#![allow(
306
clippy::collapsible_else_if,
0 commit comments