Skip to content

Commit 3a0d414

Browse files
HaoXuan40404qyan-dev
authored andcommitted
add tool chain
1 parent 906bc3f commit 3a0d414

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

bounty/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ protobuf = "2.22.1"
1313
sha3 = "0.8"
1414
rand = "0.3.17"
1515
wedpr_l_crypto_zkp_discrete_logarithm_proof = "1.0.0"
16-
wedpr_l_crypto_zkp_range_proof = "1.0.0"
16+
wedpr_l_crypto_zkp_range_proof = { git = "https://github.com/WeBankBlockchain/WeDPR-Lab-Crypto", branch = "main" }
1717
wedpr_l_macros = "1.0.0"
1818
wedpr_s_protos = "1.3.0"
1919
wedpr_l_protos = "1.0.0"
2020
wedpr_l_utils = "1.0.0"
2121
wedpr_l_crypto_zkp_utils = "1.0.0"
22-
wedpr_s_verifiable_confidential_ledger = "1.3.0"
22+
wedpr_s_verifiable_confidential_ledger = { path = "../solution/verifiable_confidential_ledger"}
2323
wedpr_s_selective_certificate_disclosure = "1.3.0"
2424

2525
[dev-dependencies]

rust-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nightly-2021-06-17

solution/verifiable_confidential_ledger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ wedpr_s_protos = { path = "../../protos"}
1616
wedpr_l_protos = "1.1.0"
1717
wedpr_l_utils = "1.1.0"
1818
wedpr_l_crypto_zkp_discrete_logarithm_proof = "1.1.0"
19-
wedpr_l_crypto_zkp_range_proof = "1.1.0"
19+
wedpr_l_crypto_zkp_range_proof = { git = "https://github.com/WeBankBlockchain/WeDPR-Lab-Crypto", branch = "main" }
2020
wedpr_l_crypto_zkp_utils = "1.1.0"
2121

2222
protobuf = "2.22.1"

0 commit comments

Comments
 (0)