Skip to content

Commit

Permalink
fix(ci): update to rust 1.18 with wasm32-wasip1
Browse files Browse the repository at this point in the history
  • Loading branch information
dj95 committed Sep 16, 2024
1 parent ae36ffa commit 2aaad3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@d388a4836fcdbde0e50e395dc79a2670ccdef13f # stable
with:
toolchain: '1.76.0'
target: wasm32-wasi
toolchain: '1.81.0'
target: wasm32-wasip1
components: clippy

- name: Run Clippy
Expand All @@ -33,8 +33,8 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@d388a4836fcdbde0e50e395dc79a2670ccdef13f # stable
with:
toolchain: '1.76.0'
target: wasm32-wasi
toolchain: '1.81.0'
target: wasm32-wasip1

- name: Install cargo wasi
run: cargo install cargo-wasi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@d388a4836fcdbde0e50e395dc79a2670ccdef13f # stable
with:
toolchain: '1.76.0'
profile: minimal
override: true
target: wasm32-wasi
toolchain: '1.81.0'
target: wasm32-wasip1

- name: Build release binary
run: cargo build --release
Expand Down

0 comments on commit 2aaad3b

Please sign in to comment.