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

Commit 3dd7bcf

Browse files
committed
Release 0.9.2
1 parent 922c18f commit 3dd7bcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_yaml"
3-
version = "0.9.1" # remember to update html_root_url, and readme for major versions
3+
version = "0.9.2" # remember to update html_root_url, and readme for major versions
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.58"

src/lib.rs

Lines changed: 1 addition & 1 deletion
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.1")]
118+
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.2")]
119119
#![deny(missing_docs)]
120120
// Suppressed clippy_pedantic lints
121121
#![allow(

0 commit comments

Comments
 (0)