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

Commit 1b6e448

Browse files
committed
Release 0.9.28
1 parent ec1a314 commit 1b6e448

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.27"
3+
version = "0.9.28"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["encoding", "parser-implementations"]
66
description = "YAML data format for Serde"

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

0 commit comments

Comments
 (0)