From 1b6e44837f0db0a1c15537311fed3579a7e8c6d2 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 20 Dec 2023 12:06:20 -0800 Subject: [PATCH] Release 0.9.28 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3dc4ba5d..a1feb0a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.9.27" +version = "0.9.28" authors = ["David Tolnay "] categories = ["encoding", "parser-implementations"] description = "YAML data format for Serde" diff --git a/src/lib.rs b/src/lib.rs index 665bc8ff..baa1c66a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -115,7 +115,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.27")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.28")] #![deny(missing_docs)] // Suppressed clippy_pedantic lints #![allow(