From ea57d8cdeb6b2d0060aaeec6c934d0f494722765 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 18 Feb 2024 21:26:37 -0800 Subject: [PATCH] Release 0.9.32 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a26b50e4..d266db7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.9.31" +version = "0.9.32" authors = ["David Tolnay "] categories = ["encoding", "parser-implementations"] description = "YAML data format for Serde" diff --git a/src/lib.rs b/src/lib.rs index 7afcf938..500c90f0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -115,7 +115,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.31")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.32")] #![deny(missing_docs, unsafe_op_in_unsafe_fn)] // Suppressed clippy_pedantic lints #![allow(