Skip to content

Commit

Permalink
rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
codehans committed Mar 11, 2024
1 parent 22b87ba commit 6176790
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on: [push, pull_request]
name: Basic

jobs:

test:
name: Test Suite
runs-on: ubuntu-latest
Expand All @@ -17,7 +16,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.60.0
toolchain: 1.73.0
target: wasm32-unknown-unknown
override: true

Expand Down Expand Up @@ -48,7 +47,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.60.0
toolchain: 1.73.0
override: true
components: rustfmt, clippy

Expand Down

0 comments on commit 6176790

Please sign in to comment.