Skip to content

Commit

Permalink
Build on Rust 1.69.0
Browse files Browse the repository at this point in the history
There's a bug building x86_64-pc-windows-gnu on 1.70.x: rust-lang/rust#112368.
  • Loading branch information
tomtaylor committed Mar 8, 2024
1 parent cbc5d90 commit d9beb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
toolchain: "1.69.0"
target: ${{ matrix.job.target }}

- name: Build the project
Expand Down

0 comments on commit d9beb62

Please sign in to comment.