Switched deps to temporary alternate repo

This commit is contained in:
CalDescent 2022-04-26 12:24:19 +01:00
parent 4609c5ca9c
commit c21386b4b5

View File

@ -46,34 +46,34 @@ serde_derive = "1.0"
reqwest = { version = "0.10.8", features = ["blocking", "json"] }
[dependencies.bellman]
git = "https://github.com/piratenetwork/librustzcash.git"
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
git = "https://github.com/CalDescent1/librustzcash.git"
rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd"
default-features = false
features = ["groth16", "multicore"]
[dependencies.pairing]
git = "https://github.com/piratenetwork/librustzcash.git"
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
git = "https://github.com/CalDescent1/librustzcash.git"
rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd"
[dependencies.zcash_client_backend]
git = "https://github.com/piratenetwork/librustzcash.git"
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
git = "https://github.com/CalDescent1/librustzcash.git"
rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd"
default-features = false
[dependencies.zcash_primitives]
git = "https://github.com/piratenetwork/librustzcash.git"
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
git = "https://github.com/CalDescent1/librustzcash.git"
rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd"
default-features = false
features = ["transparent-inputs"]
[dependencies.zcash_proofs]
git = "https://github.com/piratenetwork/librustzcash.git"
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
git = "https://github.com/CalDescent1/librustzcash.git"
rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd"
default-features = false
[dependencies.ff]
git = "https://github.com/piratenetwork/librustzcash.git"
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
git = "https://github.com/CalDescent1/librustzcash.git"
rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd"
features = ["ff_derive"]
[build-dependencies]