Skip to content

Commit ae8d93d

Browse files
committed
Release 1.0.56
1 parent 2f39790 commit ae8d93d

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.55" # remember to update html_root_url
3+
version = "1.0.56" # remember to update html_root_url
44
authors = ["Erick Tryzelaar <[email protected]>", "David Tolnay <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "A JSON serialization file format"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
//! [macro]: https://docs.serde.rs/serde_json/macro.json.html
301301
//! [`serde-json-core`]: https://japaric.github.io/serde-json-core/serde_json_core/
302302
303-
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.55")]
303+
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.56")]
304304
#![deny(clippy::all, clippy::pedantic)]
305305
// Ignored clippy lints
306306
#![allow(

0 commit comments

Comments
 (0)