Release 0.9.28

This commit is contained in:
David Tolnay 2023-12-20 12:06:20 -08:00
parent ec1a3145d7
commit 1b6e44837f
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "serde_yaml"
version = "0.9.27"
version = "0.9.28"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["encoding", "parser-implementations"]
description = "YAML data format for Serde"

View File

@ -115,7 +115,7 @@
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.27")]
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.28")]
#![deny(missing_docs)]
// Suppressed clippy_pedantic lints
#![allow(