mirror of
https://github.com/sharkdp/fd.git
synced 2026-09-01 15:12:46 +08:00
build(msrv): Update msrv to 1.90.0
And upgrade to 2024 edition
This commit is contained in:
@@ -116,9 +116,7 @@ jobs:
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
targets: ${{ matrix.job.target }}
|
||||
# On windows, for now build with 1.77.2, so that it works on windows 7.
|
||||
# When we update the MSRV again, we'll need to revisit this, and probably drop support for Win7
|
||||
toolchain: "${{ contains(matrix.job.target, 'windows-') && '1.77.2' || 'stable' }}"
|
||||
toolchain: "stable"
|
||||
|
||||
- name: Install cross
|
||||
if: matrix.job.use-cross
|
||||
|
||||
Reference in New Issue
Block a user