Browse Source

upgrade libsecp256k1 and zcash_primitives

dev
Duke Leto 2 years ago
parent
commit
77c8b81519
  1. 4
      lib/Cargo.toml

4
lib/Cargo.toml

@ -14,11 +14,11 @@ default = ["printpdf"]
rand = "0.5"
hex = "0.3"
bech32 = "0.6"
zcash_primitives = { git = "https://git.hush.is/hush/librustzcash", rev = "5a48d179b8434a0318e7e19dda506e245a904092" }
zcash_primitives = { git = "https://git.hush.is/hush/librustzcash", rev = "3329f46511a13e00684d201c4c03939d64c4fd37" }
json = "0.11.14"
qrcode = { version = "0.8", default-features = false }
printpdf = { version = "0.3.2", optional = true }
libsecp256k1 = "0.2.2"
libsecp256k1 = "0.3.5"
ripemd160 = "0.8.0"
sha2 = "0.8.0"
base58 = "0.1.0"

Loading…
Cancel
Save