Release 0.9.24

This commit is contained in:
David Tolnay 2023-07-17 16:19:52 -07:00
parent 053af6fefc
commit da99545d4b
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.23" # remember to update html_root_url
version = "0.9.24" # 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.23")]
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.24")]
#![deny(missing_docs)]
// Suppressed clippy_pedantic lints
#![allow(