Skip to content

Commit

Permalink
chore: use yaml-rust2 instead of unmaintained yaml-rust
Browse files Browse the repository at this point in the history
  • Loading branch information
kayagokalp committed Nov 4, 2024
1 parent 31bce65 commit 0f6be84
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 @@ -18,7 +18,7 @@ exclude = [
]

[dependencies]
yaml-rust = { version = "0.4.5", optional = true }
yaml-rust = { version = "0.9.0", optional = true, package = "yaml-rust2", default-features = false }
onig = { version = "6.0", optional = true, default-features = false }
fancy-regex = { version = "0.11", optional = true }
walkdir = "2.0"
Expand Down

0 comments on commit 0f6be84

Please sign in to comment.