build(msrv): Update msrv to 1.90.0

And upgrade to 2024 edition
This commit is contained in:
Thayne McCombs
2025-10-21 01:54:39 -06:00
parent da731c48d9
commit dbd3e3c14c
15 changed files with 129 additions and 121 deletions
+1 -3
View File
@@ -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