Browse Source

Change git repo address

duke
gilardh 4 years ago
parent
commit
02a993e293
  1. 2
      lib/Cargo.toml

2
lib/Cargo.toml

@ -14,7 +14,7 @@ default = ["printpdf"]
rand = "0.5"
hex = "0.3"
bech32 = "0.6"
zcash_primitives = { git = "https://github.com/zcash/librustzcash", rev = "5a48d179b8434a0318e7e19dda506e245a904092" }
zcash_primitives = { git = "https://github.com/gilardh/librustzcash", rev = "5a48d179b8434a0318e7e19dda506e245a904092" }
json = "0.11.14"
qrcode = { version = "0.8", default-features = false }
printpdf = { version = "0.3.2", optional = true }

Loading…
Cancel
Save