mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 10:37:41 +08:00
chore: Allow the activation of the meilidb-core i128 feature
This commit is contained in:
parent
d0786b4156
commit
3bcb1dc802
@ -33,7 +33,7 @@ rev = "306e201"
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["simd"]
|
default = ["simd"]
|
||||||
i128 = ["bincode/i128"]
|
i128 = ["bincode/i128", "meilidb-core/i128"]
|
||||||
portable = ["rocksdb/portable"]
|
portable = ["rocksdb/portable"]
|
||||||
simd = ["rocksdb/sse"]
|
simd = ["rocksdb/sse"]
|
||||||
nightly = ["hashbrown/nightly", "slice-group-by/nightly"]
|
nightly = ["hashbrown/nightly", "slice-group-by/nightly"]
|
||||||
|
Loading…
Reference in New Issue
Block a user