We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7780a67 commit 6346bb3Copy full SHA for 6346bb3
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "serde_json"
3
-version = "1.0.65" # remember to update html_root_url
+version = "1.0.66" # 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.65")]
+#![doc(html_root_url = "https://docs.rs/serde_json/1.0.66")]
304
#![deny(clippy::all, clippy::pedantic)]
305
// Ignored clippy lints
306
#![allow(
0 commit comments