From 7721fe578d56ac56fbf003f49b3dd01f9919a5de Mon Sep 17 00:00:00 2001 From: katsumi143 <32640219+katsumi143@users.noreply.github.com> Date: Sat, 13 Apr 2024 00:33:27 +1000 Subject: [PATCH] enable simd runtime detection --- mellow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mellow/Cargo.toml b/mellow/Cargo.toml index 956640f..bddd357 100644 --- a/mellow/Cargo.toml +++ b/mellow/Cargo.toml @@ -31,7 +31,7 @@ actix-web = "4.5.1" postgrest = "1.6.0" once_cell = "1.19.0" thiserror = "1.0.58" -simd-json = "0.13.9" +simd-json = { version = "0.13.9", features = ["runtime-detection"] } tokio-util = "0.7.10" serde_repr = "0.1.18" serde_json = "1.0.115"