Skip to content

Commit b4e061f

Browse files
committed
Release 1.0.8
1 parent 539cc44 commit b4e061f

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.7" # remember to update html_root_url
3+
version = "1.0.8" # 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
//! [to_writer]: https://docs.serde.rs/serde_json/ser/fn.to_writer.html
310310
//! [macro]: https://docs.serde.rs/serde_json/macro.json.html
311311
312-
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.7")]
312+
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.8")]
313313
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
314314
// Whitelisted clippy lints
315315
#![cfg_attr(feature = "cargo-clippy", allow(

0 commit comments

Comments
 (0)