Skip to content

Commit 1516ada

Browse files
committed
ensure ic-wasm is version 0.3.5
1 parent 2235745 commit 1516ada

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

.github/workflows/release-verifier.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
run: |
3030
sudo apt-get update
3131
sudo apt-get install -y jq
32-
cargo install --locked wasi2ic candid-extractor ic-wasm
32+
cargo install --locked wasi2ic candid-extractor
33+
cargo install --locked ic-wasm --version 0.3.5
3334
3435
- name: Install DFX
3536
uses: dfinity/setup-dfx@main

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ members = [
1414
resolver = "2"
1515

1616
[workspace.package]
17-
version = "0.2.7-rc.1"
17+
version = "0.2.7-rc.2"
1818
authors = ["Usher Labs <labs@usher.so>"]
1919
repository = "https://github.com/usherlabs/verity-dp"
2020
homepage = "https://www.usher.so/"

ic/canisters/asset_manager/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ic/managed/verifier/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ rustup target add wasm32-wasip1
4343
2. Install `wasi2ic`, `candid-extractor`, and `ic-wasm`:
4444

4545
```bash
46-
cargo install wasi2ic candid-extractor ic-wasm
46+
cargo install wasi2ic candid-extractor
47+
cargo install ic-wasm --version 0.3.5
4748
```
4849

4950
### Deployment

0 commit comments

Comments
 (0)