Skip to content

Commit 9eb66da

Browse files
committedNov 18, 2022
Release 1.0.88
1 parent 057957c commit 9eb66da

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.87" # remember to update html_root_url
3+
version = "1.0.88" # remember to update html_root_url
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
@@ -300,7 +300,7 @@
300300
//! [macro]: https://docs.serde.rs/serde_json/macro.json.html
301301
//! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
302302
303-
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.87")]
303+
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.88")]
304304
// Ignored clippy lints
305305
#![allow(
306306
clippy::collapsible_else_if,

0 commit comments

Comments
 (0)
Please sign in to comment.