From 1db8fdbb8560ef2e63b3e9a1295b193f405c742b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 12 Dec 2021 19:05:21 -0800 Subject: [PATCH] Release 0.8.22 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5096ffdf..3ebc0beb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.8.21" # remember to update html_root_url, and readme for major versions +version = "0.8.22" # remember to update html_root_url, and readme for major versions authors = ["David Tolnay "] edition = "2018" rust-version = "1.38" diff --git a/src/lib.rs b/src/lib.rs index 480aebf7..8dcb9652 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -65,7 +65,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.21")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.22")] #![deny(missing_docs)] // Suppressed clippy_pedantic lints #![allow(