Skip to content

Commit cf771a0

Browse files
committed
Release 1.0.124
1 parent 8b314a7 commit cf771a0

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.123"
3+
version = "1.0.124"
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.123")]
302+
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.124")]
303303
// Ignored clippy lints
304304
#![allow(
305305
clippy::collapsible_else_if,

0 commit comments

Comments
 (0)