Skip to content

Commit

Permalink
Remove unused simdutf8 feature
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
  • Loading branch information
Gelbpunkt committed Jul 17, 2023
1 parent 5f05736 commit 74f749c
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 @@ -23,7 +23,7 @@ getrandom = { version = "0.2", default-features = false, optional = true }
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"], optional = true }

# SIMD
simdutf8 = { version = "0.1", default-features = false, features = ["std", "public_imp", "aarch64_neon"], optional = true }
simdutf8 = { version = "0.1", default-features = false, features = ["std", "aarch64_neon"], optional = true }

# Client
base64 = { version = "0.21", optional = true }
Expand Down

0 comments on commit 74f749c

Please sign in to comment.