feat: Expose nightly features of some dependencies

This commit is contained in:
Clément Renault 2019-01-01 16:27:08 +01:00
parent 9dd68b4eaa
commit 04544c1531
No known key found for this signature in database
GPG Key ID: 0151CDAB43460DAE

View File

@ -34,9 +34,9 @@ rev = "cab857b"
[features]
default = ["simd"]
i128 = ["bincode/i128", "byteorder/i128"]
simd = ["rocksdb/sse"]
portable = ["rocksdb/portable"]
nightly = []
simd = ["rocksdb/sse"]
nightly = ["hashbrown/nightly", "group-by/nightly"]
[dev-dependencies]
csv = "1.0"