From 915d0134019cca544db86e8a4e8f13bdeacb80e8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 3 May 2022 12:11:56 -0700 Subject: [PATCH] Release 0.8.24 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a9b77b86..a64aba49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.8.23" # remember to update html_root_url, and readme for major versions +version = "0.8.24" # remember to update html_root_url, and readme for major versions authors = ["David Tolnay "] edition = "2018" rust-version = "1.46" diff --git a/src/lib.rs b/src/lib.rs index 260d36a5..19f1bfe9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -65,7 +65,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.23")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.24")] #![deny(missing_docs)] // Suppressed clippy_pedantic lints #![allow(