mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 21:58:36 +00:00
perf(cli): turn on simd-accel for ignore because globs are being used
This commit is contained in:
parent
e73f0b3ebe
commit
88735e2a94
1 changed files with 1 additions and 2 deletions
|
|
@ -28,6 +28,5 @@ glob = { workspace = true }
|
|||
rayon = { workspace = true }
|
||||
miette = { workspace = true, features = ["fancy"] }
|
||||
|
||||
ignore = "0.4.20"
|
||||
git2 = "0.16.1"
|
||||
ignore = { version = "0.4.20", features = ["simd-accel"] }
|
||||
git2 = { version = "0.16.1", default_features = false }
|
||||
|
|
|
|||
Loading…
Reference in a new issue