Skip to content

Commit 493bad1

Browse files
committed
Release 1.0.37
1 parent 6468692 commit 493bad1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_json"
3-
version = "1.0.36" # remember to update html_root_url
3+
version = "1.0.37" # remember to update html_root_url
44
authors = ["Erick Tryzelaar <[email protected]>", "David Tolnay <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "A JSON serialization file format"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
//! [macro]: https://docs.serde.rs/serde_json/macro.json.html
295295
//! [`serde-json-core`]: https://japaric.github.io/serde-json-core/serde_json_core/
296296
297-
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.36")]
297+
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.37")]
298298
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
299299
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
300300
// Ignored clippy lints

0 commit comments

Comments
 (0)