From 4fffe95cddbcf444f8a3f080364caf16a6c11ca6 Mon Sep 17 00:00:00 2001 From: Yuheng Chen Date: Mon, 1 Jun 2020 21:02:16 +0800 Subject: [PATCH] Bump to v0.4.4 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aac5d4a..ec52263 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaml-rust" -version = "0.4.3" # remember to update html_root_url +version = "0.4.4" # remember to update html_root_url authors = ["Yuheng Chen "] homepage = "http://chyh1990.github.io/yaml-rust/" documentation = "https://docs.rs/yaml-rust" diff --git a/src/lib.rs b/src/lib.rs index af1423c..e369c68 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -36,7 +36,7 @@ //! //! ``` -#![doc(html_root_url = "https://docs.rs/yaml-rust/0.4.3")] +#![doc(html_root_url = "https://docs.rs/yaml-rust/0.4.4")] #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] #![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))] #![cfg_attr(