From 1652cf524e5f2284d9529b48606e922737797666 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 15 Sep 2018 13:09:48 -0700 Subject: [PATCH] Release 0.4.2 --- parser/Cargo.toml | 2 +- parser/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index cdab262..d251b41 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaml-rust" -version = "0.4.1" # remember to update html_root_url +version = "0.4.2" # 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/parser/src/lib.rs b/parser/src/lib.rs index aa56a8e..3ff03c9 100644 --- a/parser/src/lib.rs +++ b/parser/src/lib.rs @@ -36,7 +36,7 @@ //! //! ``` -#![doc(html_root_url = "https://docs.rs/yaml-rust/0.4.1")] +#![doc(html_root_url = "https://docs.rs/yaml-rust/0.4.2")] #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] #![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))] #![cfg_attr(