mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-12-23 05:00:06 +01:00
feat: Add the "i128" feature flag to allow some i128 support
This commit is contained in:
parent
a7f205005d
commit
2a35d72fe2
@ -32,6 +32,7 @@ git = "https://github.com/Kerollmops/group-by.git"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
i128 = ["bincode/i128", "byteorder/i128"]
|
||||
sse = ["rocksdb/sse"]
|
||||
|
||||
[dev-dependencies]
|
||||
|
Loading…
x
Reference in New Issue
Block a user