switching to p2pcollab/lmdb-rs

without.crypto
Niko 2 years ago
parent d29153d440
commit e1b0cc520d
  1. 4
      Cargo.toml

@ -16,7 +16,7 @@ keywords = ["lmdb", "database", "storage"]
license = "Apache-2.0"
name = "rkv"
readme = "README.md"
repository = "https://github.com/nikoPLP/rkv"
repository = "https://github.com/p2pcollab/rkv"
version = "0.18.0"
rust-version = "1.58"
@ -59,7 +59,7 @@ bitflags = "~1.2"
byteorder = "1"
id-arena = "2.2"
lazy_static = "1.1"
lmdb-crypto-rs = { git = "https://github.com/nikoPLP/lmdb-rs.git", branch = "master", optional = true }
lmdb-crypto-rs = { git = "https://github.com/p2pcollab/lmdb-rs.git", branch = "master", optional = true }
log = "0.4.4"
ordered-float = "3.0.0"
paste = "1.0.6"

Loading…
Cancel
Save