Skip to content

Commit b0e3a97

Browse files
committed
Release 1.0.28
1 parent efe2b7e commit b0e3a97

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.27" # remember to update html_root_url
3+
version = "1.0.28" # remember to update html_root_url
44
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
description = "A JSON serialization file format"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
//! [macro]: https://docs.serde.rs/serde_json/macro.json.html
316316
//! [`serde-json-core`]: https://japaric.github.io/serde-json-core/serde_json_core/
317317
318-
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.27")]
318+
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.28")]
319319
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
320320
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
321321
// Whitelisted clippy lints

0 commit comments

Comments
 (0)