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

Commit 060eb86

Browse files
committed
Release 0.9.22
1 parent b12ad38 commit 060eb86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_yaml"
3-
version = "0.9.21" # remember to update html_root_url
3+
version = "0.9.22" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["encoding", "parser-implementations"]
66
description = "YAML data format for Serde"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
//! }
116116
//! ```
117117
118-
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.21")]
118+
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.22")]
119119
#![deny(missing_docs)]
120120
// Suppressed clippy_pedantic lints
121121
#![allow(

0 commit comments

Comments
 (0)