mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-01-19 01:18:31 +08:00
chore: Add a nightly feature to meilidb-core
This commit is contained in:
parent
3bcb1dc802
commit
bc227bef21
@ -19,3 +19,4 @@ slice-group-by = "0.2.4"
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
i128 = ["byteorder/i128"]
|
i128 = ["byteorder/i128"]
|
||||||
|
nightly = ["hashbrown/nightly", "slice-group-by/nightly"]
|
||||||
|
@ -36,7 +36,11 @@ default = ["simd"]
|
|||||||
i128 = ["bincode/i128", "meilidb-core/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",
|
||||||
|
"meilidb-core/nightly"
|
||||||
|
]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
csv = "1.0.5"
|
csv = "1.0.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user