Skip to content

Commit 45f10ec

Browse files
committed
Release 1.0.106
1 parent f346308 commit 45f10ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
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
44
authors = ["Erick Tryzelaar <[email protected]>", "David Tolnay <[email protected]>"]
55
categories = ["encoding", "parser-implementations", "no-std"]
66
description = "A JSON serialization file format"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
//! [macro]: crate::json
300300
//! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
301301
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")]
303303
// Ignored clippy lints
304304
#![allow(
305305
clippy::collapsible_else_if,

0 commit comments

Comments
 (0)