From 87f0dca0eb500c6446e552dd263412da1a0e1fd1 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 10 Jun 2018 18:27:17 -0700 Subject: [PATCH] Release 0.7.5 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c6850a23..4391b578 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.7.4" +version = "0.7.5" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "YAML support for Serde" diff --git a/src/lib.rs b/src/lib.rs index 71fd5aa1..167b339e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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))]