Release 1.0.22

This commit is contained in:
David Tolnay 2018-06-24 16:42:10 -07:00
parent 6348589e2f
commit bfcd615765
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "serde_json"
version = "1.0.21" # remember to update html_root_url
version = "1.0.22" # remember to update html_root_url
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A JSON serialization file format"

View File

@ -315,7 +315,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.21")]
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.22")]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
// Whitelisted clippy lints
#![cfg_attr(feature = "cargo-clippy", allow(doc_markdown, needless_pass_by_value))]