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 1
1
[package ]
2
2
name = " serde_json"
3
- version = " 1.0.105 " # remember to update html_root_url
3
+ version = " 1.0.106 " # remember to update html_root_url
4
4
authors = [" Erick Tryzelaar <erick.tryzelaar@gmail.com>" , " David Tolnay <dtolnay@gmail.com>" ]
5
5
categories = [" encoding" , " parser-implementations" , " no-std" ]
6
6
description = " A JSON serialization file format"
Original file line number Diff line number Diff line change 299
299
//! [macro]: crate::json
300
300
//! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
301
301
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 " ) ]
303
303
// Ignored clippy lints
304
304
#![ allow(
305
305
clippy:: collapsible_else_if,
You can’t perform that action at this time.
0 commit comments