mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-29 08:35:15 +08:00
chore: Add the "portable" feature flag
This commit is contained in:
parent
df120df1cc
commit
5bebd4469c
@ -34,6 +34,7 @@ git = "https://github.com/Kerollmops/group-by.git"
|
|||||||
default = ["simd"]
|
default = ["simd"]
|
||||||
i128 = ["bincode/i128", "byteorder/i128"]
|
i128 = ["bincode/i128", "byteorder/i128"]
|
||||||
simd = ["rocksdb/sse"]
|
simd = ["rocksdb/sse"]
|
||||||
|
portable = ["rocksdb/portable"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
csv = "1.0"
|
csv = "1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user