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

Release 0.7.0

parent 15d2e93e
No related branches found
Tags 0.7.0
No related merge requests found
[package]
name = "serde_yaml"
version = "0.6.2" # remember to update html_root_url
version = "0.7.0" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "YAML support for Serde"
......
......@@ -60,7 +60,7 @@
//! # }
//! ```
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.6.2")]
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.7.0")]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
// Whitelisted clippy_pedantic lints
......
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