Commit 98cafac 1 parent 2d81cbd commit 98cafac Copy full SHA for 98cafac
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.77 " # remember to update html_root_url
3
+ version = " 1.0.78 " # remember to update html_root_url
4
4
authors = [" Erick Tryzelaar <erick.tryzelaar@gmail.com>" , " David Tolnay <dtolnay@gmail.com>" ]
5
5
license = " MIT OR Apache-2.0"
6
6
description = " A JSON serialization file format"
Original file line number Diff line number Diff line change 300
300
//! [macro]: https://docs.serde.rs/serde_json/macro.json.html
301
301
//! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
302
302
303
- #![ doc( html_root_url = "https://docs.rs/serde_json/1.0.77 " ) ]
303
+ #![ doc( html_root_url = "https://docs.rs/serde_json/1.0.78 " ) ]
304
304
// Ignored clippy lints
305
305
#![ allow(
306
306
clippy:: collapsible_else_if,
You can’t perform that action at this time.
0 commit comments