Skip to content

Commit

Permalink
stick to 1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Jan 9, 2025
1 parent ff46963 commit 32a1ac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
submodules: recursive
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.84.0"
toolchain: "1.83.0"
components: clippy,rustfmt
- uses: Swatinem/rust-cache@v2
- name: Check
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.84.0"
toolchain: "1.83.0"
targets: ${{ matrix.target }}

- name: Install musl-gcc
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.84.0
1.83.0

0 comments on commit 32a1ac3

Please sign in to comment.