Skip to content

Commit

Permalink
bump rustc version to v1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TropicalDog17 committed Nov 23, 2023
1 parent fed6800 commit a84c917
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.69.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.69.0
override: true
components: rustfmt, clippy

Expand Down

0 comments on commit a84c917

Please sign in to comment.