From 3dd7bcf00ae95d09a858a96de03925af78d0c06c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 29 Jul 2022 22:49:39 -0700 Subject: [PATCH] Release 0.9.2 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 59800726..aefefe29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.9.1" # remember to update html_root_url, and readme for major versions +version = "0.9.2" # remember to update html_root_url, and readme for major versions authors = ["David Tolnay "] edition = "2021" rust-version = "1.58" diff --git a/src/lib.rs b/src/lib.rs index d5c359a6..a6280964 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -115,7 +115,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.1")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.2")] #![deny(missing_docs)] // Suppressed clippy_pedantic lints #![allow(