From 51ee45dd088df4aecdddfb4374750b2f051d969a Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 17 Aug 2021 20:52:27 -0700 Subject: [PATCH] Release 0.8.18 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(