Skip to content

Commit 6e45c48

Browse files
committed
chore: remove the deprecated simdutf8 aarch64_neon feature
1 parent 703c84b commit 6e45c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ thiserror = "1"
7575
json-strip-comments = "1"
7676
indexmap = { version = "2", features = ["serde"] }
7777
cfg-if = "1"
78-
simdutf8 = { version = "0.1", features = ["aarch64_neon"] }
78+
simdutf8 = { version = "0.1" }
7979

8080
pnp = { version = "0.9.0", optional = true }
8181

0 commit comments

Comments
 (0)