From 7bcb7c7621831c49e7fcf4712e81a0ff4e0d0802 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 17 Apr 2018 11:35:06 -0700 Subject: [PATCH] Relase 1.0.15 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ad4c12b..156c9ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json" -version = "1.0.14" # remember to update html_root_url +version = "1.0.15" # remember to update html_root_url authors = ["Erick Tryzelaar ", "David Tolnay "] license = "MIT/Apache-2.0" description = "A JSON serialization file format" diff --git a/src/lib.rs b/src/lib.rs index 2e3c5cf..360d749 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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.14")] +#![doc(html_root_url = "https://docs.rs/serde_json/1.0.15")] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Whitelisted clippy lints #![cfg_attr(feature = "cargo-clippy", allow(doc_markdown, needless_pass_by_value))]