Skip to content

Commit 85b8dda

Browse files
committed
update cargo-stylus
1 parent a931e00 commit 85b8dda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: Swatinem/rust-cache@v2
3131

3232
- name: install cargo-stylus
33-
run: cargo install [email protected].1
33+
run: cargo install [email protected].3
3434

3535
- name: run wasm check
3636
run: |

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
key: "e2e-tests"
4040

4141
- name: install cargo-stylus
42-
run: cargo install [email protected].1
42+
run: cargo install [email protected].3
4343

4444
- name: install solc
4545
run: |

0 commit comments

Comments
 (0)