Release 0.4.1

This commit is contained in:
David Tolnay 2018-09-15 12:31:11 -07:00
parent 5443ce4368
commit fd169229b0
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "yaml-rust"
version = "0.4.0" # remember to update html_root_url
version = "0.4.1" # remember to update html_root_url
authors = ["Yuheng Chen <yuhengchen@sensetime.com>"]
homepage = "http://chyh1990.github.io/yaml-rust/"
documentation = "https://docs.rs/yaml-rust"

View file

@ -36,7 +36,7 @@
//!
//! ```
#![doc(html_root_url = "https://docs.rs/yaml-rust/0.4.0")]
#![doc(html_root_url = "https://docs.rs/yaml-rust/0.4.1")]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))]
#![cfg_attr(