Skip to content

Commit 30ceeeb

Browse files
authored
upgrade wedpr_l_crypto_zkp_utils (#74)
* fix release.yml * upgrade wedpr_l_crypto_zkp_utils * upgrade toolchain
1 parent 63f2aa8 commit 30ceeeb

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: install rust language
105105
uses: actions-rs/toolchain@v1
106106
with:
107-
toolchain: nightly-2022-07-28
107+
toolchain: nightly-2024-01-10
108108
override: true
109109
- name: install CentOS dependencies
110110
run: |
@@ -194,7 +194,7 @@ jobs:
194194
- name: install rust language
195195
uses: actions-rs/toolchain@v1
196196
with:
197-
toolchain: nightly-2022-07-28
197+
toolchain: nightly-2024-01-10
198198
override: true
199199
- run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
200200
- run: vcpkg install openssl:x64-windows-static-md
@@ -268,4 +268,4 @@ jobs:
268268
asset_name: ffi_java_sm_acv.dll
269269
file: D:\a\WeDPR-Lab-Core\WeDPR-Lab-Core\target\release\ffi_java_sm_acv.dll
270270
tag: ${{ github.ref }}
271-
overwrite: true
271+
overwrite: true

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: install rust language
8686
uses: actions-rs/toolchain@v1
8787
with:
88-
toolchain: nightly-2022-07-28
88+
toolchain: nightly-2024-01-10
8989
override: true
9090
- name: install CentOS dependencies
9191
run: |
@@ -145,7 +145,7 @@ jobs:
145145
- name: install rust language
146146
uses: actions-rs/toolchain@v1
147147
with:
148-
toolchain: nightly-2022-07-28
148+
toolchain: nightly-2024-01-10
149149
override: true
150150
- run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
151151
- run: vcpkg install openssl:x64-windows-static-md

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2022-07-28
1+
nightly-2024-01-10

solution/anonymous_ciphertext_voting/Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ sm = ["wedpr_s_protos/wedpr_f_sm_signature"]
1414
[dependencies]
1515
curve25519-dalek = { version = "1", features = [ "serde" ] }
1616
lazy_static = "1.4.0"
17-
wedpr_l_crypto_zkp_discrete_logarithm_proof = {version = "1.3.0", git = "https://github.com/WeBankBlockchain/WeDPR-Lab-Crypto", tag = "v1.3.0"}
17+
wedpr_l_crypto_zkp_discrete_logarithm_proof = {version = "1.3.0", git = "https://github.com/WeBankBlockchain/WeDPR-Lab-Crypto", rev = "ffeaaab822dabae3d75b2be7a8a587b0a937a918"}
1818
wedpr_l_crypto_zkp_range_proof = "1.2.0"
19-
wedpr_l_crypto_zkp_utils = {version = "1.3.0", git = "https://github.com/WeBankBlockchain/WeDPR-Lab-Crypto", tag = "v1.3.0"}
19+
# feature-fix-acv
20+
wedpr_l_crypto_zkp_utils = {version = "1.3.0", git = "https://github.com/WeBankBlockchain/WeDPR-Lab-Crypto", rev = "ffeaaab822dabae3d75b2be7a8a587b0a937a918"}
2021
wedpr_l_macros = "1.0.0"
2122
wedpr_l_utils = "1.1.0"
2223
wedpr_s_protos = { path = "../../protos", default-features = false}

0 commit comments

Comments
 (0)