Release 1.0.105

This commit is contained in:
David Tolnay 2023-08-15 15:05:28 -07:00
parent 59d9f969e8
commit 0daacdd52e
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "serde_json"
version = "1.0.104" # remember to update html_root_url
version = "1.0.105" # 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"

View File

@ -300,7 +300,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.104")]
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.105")]
// Ignored clippy lints
#![allow(
clippy::collapsible_else_if,