feat: Add the "i128" feature flag to allow some i128 support

This commit is contained in:
Clément Renault 2018-12-03 16:47:22 +01:00
parent a7f205005d
commit 2a35d72fe2
No known key found for this signature in database
GPG Key ID: 0151CDAB43460DAE

View File

@ -32,6 +32,7 @@ git = "https://github.com/Kerollmops/group-by.git"
[features]
default = []
i128 = ["bincode/i128", "byteorder/i128"]
sse = ["rocksdb/sse"]
[dev-dependencies]