We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca411f commit 1d29d21Copy full SHA for 1d29d21
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "yaml-rust"
3
-version = "0.4.2" # remember to update html_root_url
+version = "0.4.3" # remember to update html_root_url
4
authors = ["Yuheng Chen <[email protected]>"]
5
homepage = "http://chyh1990.github.io/yaml-rust/"
6
documentation = "https://docs.rs/yaml-rust"
src/lib.rs
@@ -36,7 +36,7 @@
36
//!
37
//! ```
38
39
-#![doc(html_root_url = "https://docs.rs/yaml-rust/0.4.2")]
+#![doc(html_root_url = "https://docs.rs/yaml-rust/0.4.3")]
40
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
41
#![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))]
42
#![cfg_attr(
0 commit comments