Skip to content

Commit

Permalink
chore: remove the deprecated simdutf8 aarch64_neon feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 22, 2024
1 parent 703c84b commit 6e45c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ thiserror = "1"
json-strip-comments = "1"
indexmap = { version = "2", features = ["serde"] }
cfg-if = "1"
simdutf8 = { version = "0.1", features = ["aarch64_neon"] }
simdutf8 = { version = "0.1" }

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

Expand Down

0 comments on commit 6e45c48

Please # to comment.