mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-15 19:35:46 +00:00
Update librustzcash
This commit is contained in:
parent
fb2bd249cc
commit
a4176ace44
@ -48,33 +48,33 @@ reqwest = { version = "0.10.8", features = ["blocking", "json"] }
|
|||||||
|
|
||||||
[dependencies.bellman]
|
[dependencies.bellman]
|
||||||
git = "https://github.com/CalDescent1/librustzcash.git"
|
git = "https://github.com/CalDescent1/librustzcash.git"
|
||||||
rev = "9eeaf4f0269bf3936b2d57a67d7c6ba85bb8e6e9"
|
rev = "0d04f6f1cef8b47e114d89b60746abfe5f0c4bf1"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["groth16", "multicore"]
|
features = ["groth16", "multicore"]
|
||||||
|
|
||||||
[dependencies.pairing]
|
[dependencies.pairing]
|
||||||
git = "https://github.com/CalDescent1/librustzcash.git"
|
git = "https://github.com/CalDescent1/librustzcash.git"
|
||||||
rev = "9eeaf4f0269bf3936b2d57a67d7c6ba85bb8e6e9"
|
rev = "0d04f6f1cef8b47e114d89b60746abfe5f0c4bf1"
|
||||||
|
|
||||||
[dependencies.zcash_client_backend]
|
[dependencies.zcash_client_backend]
|
||||||
git = "https://github.com/CalDescent1/librustzcash.git"
|
git = "https://github.com/CalDescent1/librustzcash.git"
|
||||||
rev = "9eeaf4f0269bf3936b2d57a67d7c6ba85bb8e6e9"
|
rev = "0d04f6f1cef8b47e114d89b60746abfe5f0c4bf1"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.zcash_primitives]
|
[dependencies.zcash_primitives]
|
||||||
git = "https://github.com/CalDescent1/librustzcash.git"
|
git = "https://github.com/CalDescent1/librustzcash.git"
|
||||||
rev = "9eeaf4f0269bf3936b2d57a67d7c6ba85bb8e6e9"
|
rev = "0d04f6f1cef8b47e114d89b60746abfe5f0c4bf1"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["transparent-inputs"]
|
features = ["transparent-inputs"]
|
||||||
|
|
||||||
[dependencies.zcash_proofs]
|
[dependencies.zcash_proofs]
|
||||||
git = "https://github.com/CalDescent1/librustzcash.git"
|
git = "https://github.com/CalDescent1/librustzcash.git"
|
||||||
rev = "9eeaf4f0269bf3936b2d57a67d7c6ba85bb8e6e9"
|
rev = "0d04f6f1cef8b47e114d89b60746abfe5f0c4bf1"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.ff]
|
[dependencies.ff]
|
||||||
git = "https://github.com/CalDescent1/librustzcash.git"
|
git = "https://github.com/CalDescent1/librustzcash.git"
|
||||||
rev = "9eeaf4f0269bf3936b2d57a67d7c6ba85bb8e6e9"
|
rev = "0d04f6f1cef8b47e114d89b60746abfe5f0c4bf1"
|
||||||
features = ["ff_derive"]
|
features = ["ff_derive"]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user