Skip to content

Commit

Permalink
Bump to v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseTime-Cloud committed Jan 3, 2021
1 parent ae83114 commit 6cd3ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yaml-rust"
version = "0.4.4" # remember to update html_root_url
version = "0.4.5" # 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"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//!
//! ```

#![doc(html_root_url = "https://docs.rs/yaml-rust/0.4.4")]
#![doc(html_root_url = "https://docs.rs/yaml-rust/0.4.5")]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))]
#![cfg_attr(
Expand Down

0 comments on commit 6cd3ce4

Please sign in to comment.