diff --git a/Cargo.toml b/Cargo.toml index bab7aa4d..0141d867 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.8.17" # remember to update html_root_url, and readme for major versions +version = "0.8.18" # 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 91817adc..40bbbad2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -65,7 +65,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.17")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.18")] #![deny(missing_docs)] // Suppressed clippy_pedantic lints #![allow(