Bump to v0.4.3

This commit is contained in:
Yuheng Chen 2019-03-07 14:27:03 +08:00
parent 35100bc348
commit 508ed37d05
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "yaml-rust" 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 <yuhengchen@sensetime.com>"] authors = ["Yuheng Chen <yuhengchen@sensetime.com>"]
homepage = "http://chyh1990.github.io/yaml-rust/" homepage = "http://chyh1990.github.io/yaml-rust/"
documentation = "https://docs.rs/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.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", allow(renamed_and_removed_lints))]
#![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))] #![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))]
#![cfg_attr( #![cfg_attr(