From e6c14ac1c92f44dd560ef2b5909e774fee017aba Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 25 Apr 2017 13:10:14 -0700 Subject: [PATCH] Release 0.7.0 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 84298d9a..cfd688ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.6.2" # remember to update html_root_url +version = "0.7.0" # remember to update html_root_url authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "YAML support for Serde" diff --git a/src/lib.rs b/src/lib.rs index bda52903..c92f8eae 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -60,7 +60,7 @@ //! # } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.6.2")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.7.0")] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Whitelisted clippy_pedantic lints