Skip to content

Commit

Permalink
Use rustc 1.74 in automatic builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomShift authored Feb 13, 2024
1 parent 1fcb7de commit b3ab74a
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 @@ -24,7 +24,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
TOOLCHAIN_VERSION: stable
TOOLCHAIN_VERSION: 1.74
# Output target
RUSTTARGET: ${{ matrix.target }}
# List of extra files to include in build
Expand Down

0 comments on commit b3ab74a

Please sign in to comment.