|
|
@ -34,9 +34,9 @@ members = [ |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[dependencies] |
|
|
|
[dependencies] |
|
|
|
bitflags = "1" |
|
|
|
bitflags = "1.1.0" |
|
|
|
byteorder = "1.0" |
|
|
|
byteorder = "1.3.2" |
|
|
|
libc = "0.2" |
|
|
|
libc = "0.2.62" |
|
|
|
|
|
|
|
|
|
|
|
# In order to ensure that we test lmdb-rkv in CI against the in-tree version |
|
|
|
# In order to ensure that we test lmdb-rkv in CI against the in-tree version |
|
|
|
# of lmdb-rkv-sys, we specify the dependency as a path here. |
|
|
|
# of lmdb-rkv-sys, we specify the dependency as a path here. |
|
|
@ -49,5 +49,5 @@ libc = "0.2" |
|
|
|
lmdb-rkv-sys = { path = "./lmdb-sys" } |
|
|
|
lmdb-rkv-sys = { path = "./lmdb-sys" } |
|
|
|
|
|
|
|
|
|
|
|
[dev-dependencies] |
|
|
|
[dev-dependencies] |
|
|
|
rand = "0.4" |
|
|
|
rand = "0.4.6" |
|
|
|
tempdir = "0.3" |
|
|
|
tempdir = "0.3.7" |
|
|
|