Release 1.0.38
This commit is contained in:
parent
dc6edcbadd
commit
2181bce921
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "serde_json"
|
||||
version = "1.0.37" # remember to update html_root_url
|
||||
version = "1.0.38" # remember to update html_root_url
|
||||
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
description = "A JSON serialization file format"
|
||||
|
||||
@ -294,7 +294,7 @@
|
||||
//! [macro]: https://docs.serde.rs/serde_json/macro.json.html
|
||||
//! [`serde-json-core`]: https://japaric.github.io/serde-json-core/serde_json_core/
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.37")]
|
||||
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.38")]
|
||||
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
|
||||
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
|
||||
// Ignored clippy lints
|
||||
|
||||
Loading…
Reference in New Issue
Block a user