Commit b0e3a97 1 parent efe2b7e commit b0e3a97 Copy full SHA for b0e3a97
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " serde_json"
3
- version = " 1.0.27 " # remember to update html_root_url
3
+ version = " 1.0.28 " # remember to update html_root_url
4
4
authors = [" Erick Tryzelaar <erick.tryzelaar@gmail.com>" , " David Tolnay <dtolnay@gmail.com>" ]
5
5
license = " MIT/Apache-2.0"
6
6
description = " A JSON serialization file format"
Original file line number Diff line number Diff line change 315
315
//! [macro]: https://docs.serde.rs/serde_json/macro.json.html
316
316
//! [`serde-json-core`]: https://japaric.github.io/serde-json-core/serde_json_core/
317
317
318
- #![ doc( html_root_url = "https://docs.rs/serde_json/1.0.27 " ) ]
318
+ #![ doc( html_root_url = "https://docs.rs/serde_json/1.0.28 " ) ]
319
319
#![ cfg_attr( feature = "cargo-clippy" , allow( renamed_and_removed_lints) ) ]
320
320
#![ cfg_attr( feature = "cargo-clippy" , deny( clippy, clippy_pedantic) ) ]
321
321
// Whitelisted clippy lints
You can’t perform that action at this time.
0 commit comments