Skip to content

Commit

Permalink
🔨 Update toolchain for github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SeedyROM committed Mar 23, 2023
1 parent ede49d2 commit fd34b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.63.0
toolchain: 1.66.0
target: x86_64-unknown-linux-gnu
override: true

Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.63.0
toolchain: 1.66.0
override: true
components: rustfmt, clippy

Expand Down

0 comments on commit fd34b3d

Please sign in to comment.