From 831470b9f97a60b0626607bac842bf7e2a89e1c0 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 21 Aug 2022 14:03:36 -0700 Subject: [PATCH] Release 0.9.10 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e751708..b8900008 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.9.9" # remember to update html_root_url, and readme for major versions +version = "0.9.10" # remember to update html_root_url, and readme for major versions authors = ["David Tolnay "] categories = ["encoding", "parser-implementations"] description = "YAML data format for Serde" diff --git a/src/lib.rs b/src/lib.rs index 474a82f8..2f5d8f05 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -115,7 +115,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.9")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.10")] #![deny(missing_docs)] // Suppressed clippy_pedantic lints #![allow(