mirror of
https://github.com/serde-rs/json.git
synced 2025-09-29 22:11:13 +00:00
Release 1.0.106
This commit is contained in:
parent
f346308cda
commit
45f10ec816
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "serde_json"
|
||||
version = "1.0.105" # remember to update html_root_url
|
||||
version = "1.0.106" # remember to update html_root_url
|
||||
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
|
||||
categories = ["encoding", "parser-implementations", "no-std"]
|
||||
description = "A JSON serialization file format"
|
||||
|
@ -299,7 +299,7 @@
|
||||
//! [macro]: crate::json
|
||||
//! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.105")]
|
||||
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.106")]
|
||||
// Ignored clippy lints
|
||||
#![allow(
|
||||
clippy::collapsible_else_if,
|
||||
|
Loading…
x
Reference in New Issue
Block a user