Skip to content

Commit

Permalink
replace unmaintained yaml-rust with yaml-rust2
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanReus authored and yuchanns committed May 24, 2024
1 parent 7fe7be0 commit fe8c121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = [
serde = { version = "1.0.137", features = ["derive"] }
json = { package = "serde_json", version = "1.0.81" }
toml = { version = "0.5.9", optional = true }
yaml = { package = "yaml-rust", version = "0.4.5", optional = true }
yaml = { package = "yaml-rust2", version = "0.8.0", optional = true }

[features]
default = ["toml", "yaml"]
Expand Down

0 comments on commit fe8c121

Please sign in to comment.