mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-08-01 12:51:28 +00:00
update to use u32 consensus id
This commit is contained in:
@@ -47,33 +47,33 @@ reqwest = { version = "0.10.8", features = ["blocking", "json"] }
|
||||
|
||||
[dependencies.bellman]
|
||||
git = "https://github.com/zerocurrencycoin/librustzcash.git"
|
||||
rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920"
|
||||
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
|
||||
default-features = false
|
||||
features = ["groth16", "multicore"]
|
||||
|
||||
[dependencies.pairing]
|
||||
git = "https://github.com/zerocurrencycoin/librustzcash.git"
|
||||
rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920"
|
||||
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
|
||||
|
||||
[dependencies.zcash_client_backend]
|
||||
git = "https://github.com/zerocurrencycoin/librustzcash.git"
|
||||
rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920"
|
||||
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
|
||||
default-features = false
|
||||
|
||||
[dependencies.zcash_primitives]
|
||||
git = "https://github.com/zerocurrencycoin/librustzcash.git"
|
||||
rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920"
|
||||
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
|
||||
default-features = false
|
||||
features = ["transparent-inputs"]
|
||||
|
||||
[dependencies.zcash_proofs]
|
||||
git = "https://github.com/zerocurrencycoin/librustzcash.git"
|
||||
rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920"
|
||||
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
|
||||
default-features = false
|
||||
|
||||
[dependencies.ff]
|
||||
git = "https://github.com/zerocurrencycoin/librustzcash.git"
|
||||
rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920"
|
||||
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
|
||||
features = ["ff_derive"]
|
||||
|
||||
[build-dependencies]
|
||||
|
Reference in New Issue
Block a user