using lmdb lib from mdb.master, not mdb.master3

without.crypto
Niko 2 years ago
parent 94e3b8e30b
commit 6dbb5c68ed
  1. 2
      Cargo.toml

@ -59,7 +59,7 @@ bitflags = "~1.2"
byteorder = "1"
id-arena = "2.2"
lazy_static = "1.1"
lmdb-crypto-rs = { git = "https://github.com/p2pcollab/lmdb-rs.git", branch = "master", optional = true }
lmdb-crypto-rs = { git = "https://github.com/p2pcollab/lmdb-rs.git", branch = "without.crypto", optional = true }
log = "0.4.4"
ordered-float = "3.0.0"
paste = "1.0.6"

Loading…
Cancel
Save