From 508ed37d05209f064a45345920cd3c2ddbbc45c6 Mon Sep 17 00:00:00 2001 From: Yuheng Chen Date: Thu, 7 Mar 2019 14:27:03 +0800 Subject: [PATCH] Bump to v0.4.3 --- saphyr/Cargo.toml | 2 +- saphyr/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/saphyr/Cargo.toml b/saphyr/Cargo.toml index d251b41..7bc449a 100644 --- a/saphyr/Cargo.toml +++ b/saphyr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaml-rust" -version = "0.4.2" # remember to update html_root_url +version = "0.4.3" # 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/saphyr/src/lib.rs b/saphyr/src/lib.rs index b65c973..40cff18 100644 --- a/saphyr/src/lib.rs +++ b/saphyr/src/lib.rs @@ -36,7 +36,7 @@ //! //! ``` -#![doc(html_root_url = "https://docs.rs/yaml-rust/0.4.2")] +#![doc(html_root_url = "https://docs.rs/yaml-rust/0.4.3")] #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] #![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))] #![cfg_attr(