Skip to content

Commit eb49e28

Browse files
committed
Release 1.0.137
1 parent 51c48ab commit eb49e28

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.136"
3+
version = "1.0.137"
44
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
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.136")]
302+
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.137")]
303303
// Ignored clippy lints
304304
#![allow(
305305
clippy::collapsible_else_if,

0 commit comments

Comments
 (0)