Skip to content

Commit

Permalink
Update rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
vaijira committed Mar 19, 2024
1 parent c6cd922 commit bcce2da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
toolchain:
- 1.67.1 # MSRV
- 1.76.0 # MSRV
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
toolchain:
- 1.67.1 # MSRV
- 1.76.0 # MSRV

steps:
- uses: actions/checkout@v2
Expand All @@ -69,7 +69,7 @@ jobs:
strategy:
matrix:
toolchain:
- 1.67.1 # MSRV
- 1.76.0 # MSRV

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.67.1
toolchain: 1.76.0
override: true
profile: minimal
target: wasm32-unknown-unknown
Expand Down

1 comment on commit bcce2da

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.