Release 0.9.34

This commit is contained in:
David Tolnay 2024-03-24 17:48:16 -07:00
parent 3ba8462f7d
commit 2009506d33
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.33"
version = "0.9.34+deprecated"
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.33")]
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.34+deprecated")]
#![deny(missing_docs, unsafe_op_in_unsafe_fn)]
// Suppressed clippy_pedantic lints
#![allow(