File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " serde_json"
3- version = " 1.0.105 " # remember to update html_root_url
3+ version = " 1.0.106 " # remember to update html_root_url
44authors = [" Erick Tryzelaar <erick.tryzelaar@gmail.com>" , " David Tolnay <dtolnay@gmail.com>" ]
55categories = [" encoding" , " parser-implementations" , " no-std" ]
66description = " A JSON serialization file format"
Original file line number Diff line number Diff line change 299299//! [macro]: crate::json
300300//! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
301301
302- #![ doc( html_root_url = "https://docs.rs/serde_json/1.0.105 " ) ]
302+ #![ doc( html_root_url = "https://docs.rs/serde_json/1.0.106 " ) ]
303303// Ignored clippy lints
304304#![ allow(
305305 clippy:: collapsible_else_if,
You can’t perform that action at this time.
0 commit comments