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.69 " # remember to update html_root_url
3+ version = " 1.0.70 " # remember to update html_root_url
44authors = [
" Erick Tryzelaar <[email protected] >" ,
" David Tolnay <[email protected] >" ]
55license = " MIT OR Apache-2.0"
66description = " A JSON serialization file format"
Original file line number Diff line number Diff line change 300300//! [macro]: https://docs.serde.rs/serde_json/macro.json.html
301301//! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
302302
303- #![ doc( html_root_url = "https://docs.rs/serde_json/1.0.69 " ) ]
303+ #![ doc( html_root_url = "https://docs.rs/serde_json/1.0.70 " ) ]
304304// Ignored clippy lints
305305#![ allow(
306306 clippy:: comparison_chain,
You can’t perform that action at this time.
0 commit comments