Skip to content

Commit

Permalink
chore(deps): update rust-toolchain and setup actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dj95 committed Nov 30, 2024
1 parent df1b7fd commit 034ef98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Install Rust
uses: dtolnay/rust-toolchain@d388a4836fcdbde0e50e395dc79a2670ccdef13f # stable
uses: dtolnay/rust-toolchain@4f647fc679bcd3b11499ccb42104547c83dabe96 # stable
with:
toolchain: '1.81.0'
toolchain: '1.83.0'
target: wasm32-wasip1
components: clippy

- name: Run Clippy
uses: clechasseur/rs-clippy-check@50a0fd6f2f1a33307d603ee50d91eadbb2561120 # v3
with:
args: --all-features --lib
toolchain: '1.81.0'
toolchain: '1.83.0'

tests:
runs-on: ubuntu-latest
Expand All @@ -32,9 +32,9 @@ jobs:
- uses: jcbhmr/setup-wasmtime@960c367a99921eb0b02f5778fce9ae8f110bf0f0 # v2

- name: Install Rust
uses: dtolnay/rust-toolchain@d388a4836fcdbde0e50e395dc79a2670ccdef13f # stable
uses: dtolnay/rust-toolchain@4f647fc679bcd3b11499ccb42104547c83dabe96 # stable
with:
toolchain: '1.81.0'
toolchain: '1.83.0'
target: wasm32-wasip1

- name: 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 @@ -22,11 +22,11 @@ jobs:
name: Fetch tags manually as a workaround. See https://github.com/actions/checkout/issues/1467

- name: Install Rust
uses: dtolnay/rust-toolchain@d388a4836fcdbde0e50e395dc79a2670ccdef13f # stable
uses: dtolnay/rust-toolchain@4f647fc679bcd3b11499ccb42104547c83dabe96 # stable
with:
profile: minimal
override: true
toolchain: '1.81.0'
toolchain: '1.83.0'
target: wasm32-wasip1

- name: Build release binary
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.81.0
1.83.0

0 comments on commit 034ef98

Please sign in to comment.