Skip to content

Commit

Permalink
build: bump Stylus SDK to v0.6.0 and cargo-stylus to v0.5.1 (#273)
Browse files Browse the repository at this point in the history
Bump:
- Stylus SDK to `v0.6.0`
- cargo-stylus to `v0.5.1`
  • Loading branch information
bidzyyys authored Sep 5, 2024
1 parent 1f92ab7 commit 42c859f
Show file tree
Hide file tree
Showing 34 changed files with 299 additions and 345 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: install cargo-stylus
run: cargo install cargo-stylus@0.4.2 cargo-stylus-check@0.4.2
run: cargo install cargo-stylus@0.5.1

- name: run wasm check
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
key: "e2e-tests"

- name: install cargo-stylus
run: cargo install cargo-stylus@0.4.2 cargo-stylus-check@0.4.2
run: cargo install cargo-stylus@0.5.1

- name: install solc
run: |
Expand Down
Loading

0 comments on commit 42c859f

Please sign in to comment.