Skip to content

Commit d9dc411

Browse files
committed
Adjust paths
1 parent bdedaed commit d9dc411

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.61
1+
1.64

zcash_primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ group = "0.12"
3333
hdwallet = { version = "0.3.1", optional = true }
3434
hex = "0.4"
3535
incrementalmerkletree = "0.3"
36-
jubjub = { path = "../../jubjub" }
36+
jubjub = { git = "https://github.com/iron-fish/jubjub.git", branch = "blstrs" }
3737
lazy_static = "1"
3838
memuse = "0.2"
3939
nonempty = "0.7"

zcash_proofs/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@ categories = ["cryptography::cryptocurrencies"]
1616
all-features = true
1717

1818
[dependencies]
19-
bellperson = { path = "../../bellperson", features = ["groth16", "opencl"] }
19+
bellperson = { git = "https://github.com/iron-fish/bellperson.git", branch = "blstrs", features = ["groth16", "opencl"] }
2020
blake2b_simd = "1"
21-
bls12_381 = "0.7"
2221
blstrs = { version = "0.6.0", features = ["__private_bench"] }
2322
byteorder = "1"
2423
directories = { version = "4", optional = true }
2524
ff = "0.12"
2625
group = "0.12"
27-
jubjub = { path = "../../jubjub" }
26+
jubjub = { git = "https://github.com/iron-fish/jubjub.git", branch = "blstrs" }
2827
lazy_static = "1"
2928
minreq = { version = "2", features = ["https"], optional = true }
3029
rand_core = "0.6"

0 commit comments

Comments
 (0)