Skip to content

Commit

Permalink
Cargo.toml: set "default-features=false" for onig
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Feb 20, 2024
1 parent ae6143f commit faf7358
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 150 deletions.
149 changes: 0 additions & 149 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ faccess = "0.2.4"
walkdir = "2.4"
regex = "1.7"
once_cell = "1.19"
onig = "6.4"
onig = { version = "6.4", default-features = false }
uucore = { version = "0.0.24", features = ["entries", "fs", "fsext", "mode"] }

[dev-dependencies]
Expand Down

0 comments on commit faf7358

Please sign in to comment.