Skip to content

Commit 9af603f

Browse files
committed
Auto merge of #3524 - JohnTitor:bump-msrv, r=JohnTitor
Bump MSRV to 1.71 Bump MSRV to 1.71 whose std has the musl 1.2 support. This doesn't remove cfg hacks not to make this a _super_ PR.
2 parents bf53f69 + 5ddbdc2 commit 9af603f

File tree

2 files changed

+6
-38
lines changed

2 files changed

+6
-38
lines changed

.github/workflows/bors.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,7 @@ jobs:
226226
stable,
227227
beta,
228228
nightly,
229-
# FIXME: Disabled due to:
230-
# error: failed to parse registry's information for: serde
231-
#1.13.0,
232-
1.19.0,
233-
1.24.0,
234-
1.25.0,
235-
1.30.0,
229+
1.71.0,
236230
]
237231
steps:
238232
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
@@ -260,14 +254,7 @@ jobs:
260254
- { toolchain: stable, os: macos-13 }
261255
- { toolchain: beta, os: macos-13 }
262256
- { toolchain: nightly, os: macos-13 }
263-
# Use macOS 11 for older toolchains as newer Xcode donesn't work well.
264-
# FIXME: Disabled due to:
265-
# error: failed to parse registry's information for: serde
266-
#- { toolchain: 1.13.0, os: macos-11 }
267-
- { toolchain: 1.19.0, os: macos-11 }
268-
- { toolchain: 1.24.0, os: macos-11 }
269-
- { toolchain: 1.25.0, os: macos-11 }
270-
- { toolchain: 1.30.0, os: macos-11 }
257+
- { toolchain: 1.71.0, os: macos-13 }
271258
runs-on: ${{ matrix.target.os }}
272259
steps:
273260
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
@@ -291,10 +278,7 @@ jobs:
291278
fail-fast: true
292279
matrix:
293280
toolchain: [
294-
1.19.0,
295-
1.24.0,
296-
1.25.0,
297-
1.30.0,
281+
1.71.0,
298282
stable,
299283
]
300284
steps:

.github/workflows/full_ci.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,7 @@ jobs:
205205
stable,
206206
beta,
207207
nightly,
208-
# FIXME: Disabled due to:
209-
# error: failed to parse registry's information for: serde
210-
#1.13.0,
211-
1.19.0,
212-
1.24.0,
213-
1.25.0,
214-
1.30.0,
208+
1.71.0,
215209
]
216210
steps:
217211
- uses: actions/checkout@v4
@@ -237,14 +231,7 @@ jobs:
237231
- { toolchain: stable, os: macos-13 }
238232
- { toolchain: beta, os: macos-13 }
239233
- { toolchain: nightly, os: macos-13 }
240-
# Use macOS 11 for older toolchains as newer Xcode donesn't work well.
241-
# FIXME: Disabled due to:
242-
# error: failed to parse registry's information for: serde
243-
#- { toolchain: 1.13.0, os: macos-11 }
244-
- { toolchain: 1.19.0, os: macos-11 }
245-
- { toolchain: 1.24.0, os: macos-11 }
246-
- { toolchain: 1.25.0, os: macos-11 }
247-
- { toolchain: 1.30.0, os: macos-11 }
234+
- { toolchain: 1.71.0, os: macos-13 }
248235
runs-on: ${{ matrix.target.os }}
249236
steps:
250237
- uses: actions/checkout@v4
@@ -266,10 +253,7 @@ jobs:
266253
fail-fast: true
267254
matrix:
268255
toolchain: [
269-
1.19.0,
270-
1.24.0,
271-
1.25.0,
272-
1.30.0,
256+
1.71.0,
273257
stable,
274258
]
275259
steps:

0 commit comments

Comments
 (0)