diff --git a/Cargo.toml b/Cargo.toml index 820960b8..e4db2246 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.8.10" # remember to update html_root_url, and readme for major versions +version = "0.8.11" # remember to update html_root_url, and readme for major versions authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index c34b0ade..ff91f394 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -57,7 +57,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.10")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.11")] #![deny(missing_docs)] #![allow(unknown_lints, bare_trait_objects)] #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]