Skip to content

Commit

Permalink
Update yaml-rust2 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessOne1917 committed May 31, 2024
1 parent 1bee9c4 commit 223ad02
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-rust2 = { version = "0.8", optional = true }
yaml-rust2 = { version = "0.8", optional = true, 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 223ad02

Please sign in to comment.