Release 0.9.25

This commit is contained in:
David Tolnay 2023-07-20 15:04:31 -07:00
parent fda96c77eb
commit f26dac4b3a
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.24" # remember to update html_root_url
version = "0.9.25" # remember to update html_root_url
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.24")]
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.25")]
#![deny(missing_docs)]
// Suppressed clippy_pedantic lints
#![allow(