Skip to content

Commit

Permalink
Pin Rust toolchain version to v1.63
Browse files Browse the repository at this point in the history
Newer toolchains fail due to type deduction errors, see
fabianschuiki#251
  • Loading branch information
stefanlippuner committed Sep 10, 2023
1 parent 5544a84 commit facf2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.63
override: true
components: rustfmt, clippy

Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.63
override: true
components: rustfmt, clippy

Expand Down

0 comments on commit facf2b0

Please sign in to comment.