From a7cbd091d8d1057a3bcac30f0c18cf39551ca208 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 23 Aug 2018 09:14:42 -0400 Subject: [PATCH] Release 0.8.1 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cfa0a6df..6620fa39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.8.0" +version = "0.8.1" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "YAML support for Serde" diff --git a/src/lib.rs b/src/lib.rs index fa31f350..6283f88c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -64,7 +64,7 @@ //! # } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.0")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.1")] #![deny(missing_docs)] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Whitelisted clippy lints