mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-02 19:40:52 +02:00
feat: Add the "i128" feature flag to allow some i128 support
This commit is contained in:
parent
a7f205005d
commit
2a35d72fe2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue