From 2d60691bf6e8321c50e6603ea19ad398e2f1c3bb Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 30 Oct 2020 19:21:17 -0700 Subject: [PATCH] Release 0.8.14 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 512e4367..64ec1c7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.8.13" # remember to update html_root_url, and readme for major versions +version = "0.8.14" # remember to update html_root_url, and readme for major versions authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index c1504bd4..46579dbe 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -65,7 +65,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.13")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.14")] #![deny(missing_docs)] #![deny(clippy::all, clippy::pedantic)] // Suppressed clippy_pedantic lints