Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
set CI toolchain to 1.62.1
  • Loading branch information
youknowone committed Aug 12, 2022
commit 074a41816328755791eefd5e20f444818c774431
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.62.1
- name: Set up the Windows environment
shell: bash
run: |
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.62.1
- uses: actions/setup-python@v2
with:
python-version: "3.10"
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.62.1
with:
components: rustfmt, clippy
- name: run rustfmt
Expand Down