perf(cli): turn on simd-accel for ignore because globs are being used

This commit is contained in:
Boshen 2023-03-04 18:50:58 +08:00
parent e73f0b3ebe
commit 88735e2a94

View file

@ -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 }