diff --git a/Cargo.toml b/Cargo.toml index 8b182594..45b174e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.8.5" +version = "0.8.6" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "YAML support for Serde" diff --git a/src/lib.rs b/src/lib.rs index ea114269..3a0942d7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -60,7 +60,7 @@ //! # } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.5")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.6")] #![deny(missing_docs)] #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]