Skip to content

Commit a810ba9

Browse files
committed
Release 1.0.131
1 parent 0d084c5 commit a810ba9

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

0 commit comments

Comments
 (0)