diff --git a/crates/oxc_cli/Cargo.toml b/crates/oxc_cli/Cargo.toml index e9f6b4c12..6f6084864 100644 --- a/crates/oxc_cli/Cargo.toml +++ b/crates/oxc_cli/Cargo.toml @@ -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 }