Skip to content

Commit 1d29d21

Browse files
Bump to v0.4.3
1 parent 9ca411f commit 1d29d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yaml-rust"
3-
version = "0.4.2" # remember to update html_root_url
3+
version = "0.4.3" # remember to update html_root_url
44
authors = ["Yuheng Chen <[email protected]>"]
55
homepage = "http://chyh1990.github.io/yaml-rust/"
66
documentation = "https://docs.rs/yaml-rust"

Diff for: src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//!
3737
//! ```
3838
39-
#![doc(html_root_url = "https://docs.rs/yaml-rust/0.4.2")]
39+
#![doc(html_root_url = "https://docs.rs/yaml-rust/0.4.3")]
4040
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
4141
#![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))]
4242
#![cfg_attr(

0 commit comments

Comments
 (0)