Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump cargo-stylus to v0.5.0 #270

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0

- 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.0

- 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
Loading