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