Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Release 0.8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 13, 2021
1 parent 6b83603 commit 1db8fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 <dtolnay@gmail.com>"]
edition = "2018"
rust-version = "1.38"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -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(
Expand Down

0 comments on commit 1db8fdb

Please sign in to comment.