We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4125560 commit 379412bCopy full SHA for 379412b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "serde_json"
3
-version = "1.0.70" # remember to update html_root_url
+version = "1.0.71" # remember to update html_root_url
4
authors = ["Erick Tryzelaar <[email protected]>", "David Tolnay <[email protected]>"]
5
license = "MIT OR Apache-2.0"
6
description = "A JSON serialization file format"
src/lib.rs
@@ -300,7 +300,7 @@
300
//! [macro]: https://docs.serde.rs/serde_json/macro.json.html
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.70")]
+#![doc(html_root_url = "https://docs.rs/serde_json/1.0.71")]
304
// Ignored clippy lints
305
#![allow(
306
clippy::comparison_chain,
0 commit comments