Release 0.9.19

This commit is contained in:
David Tolnay 2023-03-05 13:17:07 -08:00
parent f351fc7a12
commit 4e1cbd8d2f
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.18" # remember to update html_root_url
version = "0.9.19" # 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.18")]
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.19")]
#![deny(missing_docs)]
// Suppressed clippy_pedantic lints
#![allow(