mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-03-13 12:21:40 +08:00
chore: Add a nightly feature to meilidb-core
This commit is contained in:
parent
194578d941
commit
7bf2228123
@ -19,3 +19,4 @@ slice-group-by = "0.2.4"
|
||||
|
||||
[features]
|
||||
i128 = ["byteorder/i128"]
|
||||
nightly = ["hashbrown/nightly", "slice-group-by/nightly"]
|
||||
|
@ -36,7 +36,11 @@ default = ["simd"]
|
||||
i128 = ["bincode/i128", "meilidb-core/i128"]
|
||||
portable = ["rocksdb/portable"]
|
||||
simd = ["rocksdb/sse"]
|
||||
nightly = ["hashbrown/nightly", "slice-group-by/nightly"]
|
||||
nightly = [
|
||||
"hashbrown/nightly",
|
||||
"slice-group-by/nightly",
|
||||
"meilidb-core/nightly"
|
||||
]
|
||||
|
||||
[dev-dependencies]
|
||||
csv = "1.0.5"
|
||||
|
Loading…
x
Reference in New Issue
Block a user