Skip to content

Commit

Permalink
build: bump cargo-stylus to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bidzyyys committed Sep 2, 2024
1 parent f7aff7d commit f6483db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 [email protected]
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 [email protected]
run: cargo install cargo-stylus@0.5.1

- name: install solc
run: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ check_wasm () {

echo
echo "Checking contract $CONTRACT_CRATE_NAME"
cargo stylus check --wasm-file ./target/wasm32-unknown-unknown/release/"$CONTRACT_BIN_NAME" --no-verify
cargo stylus check --wasm-file ./target/wasm32-unknown-unknown/release/"$CONTRACT_BIN_NAME"
}

# Retrieve all alphanumeric contract's crate names in `./examples` directory.
Expand Down

0 comments on commit f6483db

Please sign in to comment.