Skip to content
Snippets Groups Projects
Unverified Commit f9509c81 authored by David Tolnay's avatar David Tolnay
Browse files

Release 0.8.9

parent d192394b
Branches master
Tags 0.8.9
No related merge requests found
Pipeline #33009 failed
[package]
name = "serde_yaml"
version = "0.8.8"
version = "0.8.9"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "YAML support for Serde"
......
......@@ -57,7 +57,7 @@
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.8")]
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.9")]
#![deny(missing_docs)]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment