From 6c2a10f20202cdb0799f85265572aaf8af266ac7 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 4 Oct 2019 16:27:08 -0400 Subject: [PATCH] Release 0.8.10 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2993acdb..b1823e7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.8.9" +version = "0.8.10" authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "YAML support for Serde" diff --git a/src/lib.rs b/src/lib.rs index b189f1cb..fcf14182 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -57,7 +57,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.9")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.10")] #![deny(missing_docs)] #![allow(unknown_lints, bare_trait_objects)] #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]