diff --git a/Cargo.toml b/Cargo.toml index c93598b2..45f93763 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.8.19" # remember to update html_root_url, and readme for major versions +version = "0.8.20" # 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 3aeb45b3..c914230d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -65,7 +65,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.19")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.20")] #![deny(missing_docs)] // Suppressed clippy_pedantic lints #![allow(