Skip to content

Commit

Permalink
Release 1.0.62
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 5, 2021
1 parent b6c855d commit 8d78020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "serde_json"
version = "1.0.61" # remember to update html_root_url
version = "1.0.62" # remember to update html_root_url
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "A JSON serialization file format"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -300,7 +300,7 @@
//! [macro]: https://docs.serde.rs/serde_json/macro.json.html
//! [`serde-json-core`]: https://japaric.github.io/serde-json-core/serde_json_core/

#![doc(html_root_url = "https://docs.rs/serde_json/1.0.61")]
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.62")]
#![deny(clippy::all, clippy::pedantic)]
// Ignored clippy lints
#![allow(
Expand Down

0 comments on commit 8d78020

Please sign in to comment.