Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Release 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 14, 2018
1 parent e689e30 commit f375c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "serde_yaml"
version = "0.8.5"
version = "0.8.6"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "YAML support for Serde"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -60,7 +60,7 @@
//! # }
//! ```

#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.5")]
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.6")]
#![deny(missing_docs)]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
Expand Down

0 comments on commit f375c85

Please sign in to comment.