diff --git a/Cargo.toml b/Cargo.toml index 9fe342b..c993a45 100644 --- a/Cargo.toml +++ b/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"