mirror of
https://github.com/serde-rs/json.git
synced 2025-10-03 07:46:05 +00:00
Release 1.0.79
This commit is contained in:
parent
7e56a406e5
commit
7025523603
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.78" # remember to update html_root_url
|
version = "1.0.79" # remember to update html_root_url
|
||||||
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
|
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "A JSON serialization file format"
|
description = "A JSON serialization file format"
|
||||||
|
@ -300,7 +300,7 @@
|
|||||||
//! [macro]: https://docs.serde.rs/serde_json/macro.json.html
|
//! [macro]: https://docs.serde.rs/serde_json/macro.json.html
|
||||||
//! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
|
//! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
|
||||||
|
|
||||||
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.78")]
|
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.79")]
|
||||||
// Ignored clippy lints
|
// Ignored clippy lints
|
||||||
#![allow(
|
#![allow(
|
||||||
clippy::collapsible_else_if,
|
clippy::collapsible_else_if,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user