Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
enable simd runtime detection
Browse files Browse the repository at this point in the history
  • Loading branch information
katsumi143 committed Apr 12, 2024
1 parent 8b05549 commit 7721fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mellow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7721fe5

Please sign in to comment.