Skip to content

Commit

Permalink
ci: update rust to 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan authored Oct 24, 2024
1 parent 8b55e31 commit 8dad31d
Showing 1 changed file with 2 additions and 2 deletions.
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: Cache Rust dependencies
uses: Swatinem/rust-cache@v2

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0
toolchain: 1.70.0
target: wasm32-unknown-unknown
override: true
profile: minimal
Expand Down

0 comments on commit 8dad31d

Please sign in to comment.