Update lib

This commit is contained in:
Aditya Kulkarni 2019-12-05 10:56:01 -08:00
parent 21e3c42242
commit 6a4b6409c8
2 changed files with 4 additions and 4 deletions

6
lib/Cargo.lock generated
View File

@ -1051,7 +1051,7 @@ version = "0.1.0"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
"zecwalletlitelib 0.1.0 (git+https://github.com/adityapk00/zecwallet-light-cli?rev=a0da414bca3d9bc43aac8baaeaa7975ae008bf7f)",
"zecwalletlitelib 0.1.0 (git+https://github.com/adityapk00/zecwallet-light-cli?rev=1f151b343118f431f9e398f67f6520410a740769)",
]
[[package]]
@ -2266,7 +2266,7 @@ dependencies = [
[[package]]
name = "zecwalletlitelib"
version = "0.1.0"
source = "git+https://github.com/adityapk00/zecwallet-light-cli?rev=a0da414bca3d9bc43aac8baaeaa7975ae008bf7f#a0da414bca3d9bc43aac8baaeaa7975ae008bf7f"
source = "git+https://github.com/adityapk00/zecwallet-light-cli?rev=1f151b343118f431f9e398f67f6520410a740769#1f151b343118f431f9e398f67f6520410a740769"
dependencies = [
"base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bellman 0.1.0 (git+https://github.com/adityapk00/librustzcash.git?rev=188537ea025fcb7fbdfc11266f307a084a5451e4)",
@ -2562,4 +2562,4 @@ dependencies = [
"checksum zcash_client_backend 0.0.0 (git+https://github.com/adityapk00/librustzcash.git?rev=188537ea025fcb7fbdfc11266f307a084a5451e4)" = "<none>"
"checksum zcash_primitives 0.0.0 (git+https://github.com/adityapk00/librustzcash.git?rev=188537ea025fcb7fbdfc11266f307a084a5451e4)" = "<none>"
"checksum zcash_proofs 0.0.0 (git+https://github.com/adityapk00/librustzcash.git?rev=188537ea025fcb7fbdfc11266f307a084a5451e4)" = "<none>"
"checksum zecwalletlitelib 0.1.0 (git+https://github.com/adityapk00/zecwallet-light-cli?rev=a0da414bca3d9bc43aac8baaeaa7975ae008bf7f)" = "<none>"
"checksum zecwalletlitelib 0.1.0 (git+https://github.com/adityapk00/zecwallet-light-cli?rev=1f151b343118f431f9e398f67f6520410a740769)" = "<none>"

View File

@ -11,4 +11,4 @@ crate-type = ["staticlib"]
[dependencies]
libc = "0.2.58"
lazy_static = "1.4.0"
zecwalletlitelib = { git = "https://github.com/adityapk00/zecwallet-light-cli", rev = "a0da414bca3d9bc43aac8baaeaa7975ae008bf7f" }
zecwalletlitelib = { git = "https://github.com/adityapk00/zecwallet-light-cli", rev = "1f151b343118f431f9e398f67f6520410a740769" }