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

Commit

Permalink
Release 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 11, 2018
1 parent 4f9db42 commit 87f0dca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_yaml"
version = "0.7.4"
version = "0.7.5"
authors = ["David Tolnay <[email protected]>"]
license = "MIT/Apache-2.0"
description = "YAML support for Serde"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
//! # }
//! ```
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.7.4")]
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.7.5")]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
// Whitelisted clippy lints
#![cfg_attr(feature = "cargo-clippy", allow(redundant_field_names))]
Expand Down

0 comments on commit 87f0dca

Please sign in to comment.