Skip to content

Commit fe8c121

Browse files
NathanReusyuchanns
authored andcommitted
replace unmaintained yaml-rust with yaml-rust2
1 parent 7fe7be0 commit fe8c121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude = [
1717
serde = { version = "1.0.137", features = ["derive"] }
1818
json = { package = "serde_json", version = "1.0.81" }
1919
toml = { version = "0.5.9", optional = true }
20-
yaml = { package = "yaml-rust", version = "0.4.5", optional = true }
20+
yaml = { package = "yaml-rust2", version = "0.8.0", optional = true }
2121

2222
[features]
2323
default = ["toml", "yaml"]

0 commit comments

Comments
 (0)