We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f39790 commit ae8d93dCopy full SHA for ae8d93d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "serde_json"
3
-version = "1.0.55" # remember to update html_root_url
+version = "1.0.56" # 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://japaric.github.io/serde-json-core/serde_json_core/
302
303
-#![doc(html_root_url = "https://docs.rs/serde_json/1.0.55")]
+#![doc(html_root_url = "https://docs.rs/serde_json/1.0.56")]
304
#![deny(clippy::all, clippy::pedantic)]
305
// Ignored clippy lints
306
#![allow(
0 commit comments