From 6e45c48e4b9013d7ee41eb469ecbdc7d689fd80f Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 22 Nov 2024 13:46:37 +0800 Subject: [PATCH] chore: remove the deprecated simdutf8 aarch64_neon feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 960d9f8c..9e57ae59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }