From f833329ea30e51fd2fca3293707e101402d40358 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 5 Apr 2023 15:15:07 -0700 Subject: [PATCH] Release 0.9.20 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 44e87c5e..d769dfa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.9.19" # remember to update html_root_url +version = "0.9.20" # remember to update html_root_url authors = ["David Tolnay "] categories = ["encoding", "parser-implementations"] description = "YAML data format for Serde" diff --git a/src/lib.rs b/src/lib.rs index 307138d8..f8aab558 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -115,7 +115,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.19")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.20")] #![deny(missing_docs)] // Suppressed clippy_pedantic lints #![allow(