Skip to content

Commit d23ac06

Browse files
authored
Merge pull request #1813 from tmccombs/rust-version
Rust version
2 parents 5558e40 + dbd3e3c commit d23ac06

15 files changed

Lines changed: 296 additions & 252 deletions

File tree

.github/workflows/CICD.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ jobs:
116116
uses: dtolnay/rust-toolchain@stable
117117
with:
118118
targets: ${{ matrix.job.target }}
119-
# On windows, for now build with 1.77.2, so that it works on windows 7.
120-
# When we update the MSRV again, we'll need to revisit this, and probably drop support for Win7
121-
toolchain: "${{ contains(matrix.job.target, 'windows-') && '1.77.2' || 'stable' }}"
119+
toolchain: "stable"
122120

123121
- name: Install cross
124122
if: matrix.job.use-cross

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
## Changes
1313

14+
- Minimum required rust version has been increased to 1.90.0. Notably, this means dropping fully support for intel Mac and Windows 7.
15+
1416

1517
## Other
1618

0 commit comments

Comments
 (0)