Skip to content

Commit 357ee7e

Browse files
committed
github: bump the MSRV to 1.70.0
Due to an indirect dependency which fails with the following error on 1.65.0 --- error[E0658]: use of unstable library feature 'once_cell' --> /home/runner/.cargo/registry/src/jiasu.xzqcsaa.nyc.mn-1ecc6299db9ec823/ignore-0.4.21/src/gitignore.rs:596:9 | 596 | use std::sync::OnceLock; | ^^^^^^^^^^^^^^^^^^^ | = note: see issue #74465 <rust-lang/rust#74465> for more information
1 parent ce282f5 commit 357ee7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
rust:
2222
- stable
2323
- beta
24-
- 1.65.0 # MSRV
24+
- 1.70.0 # MSRV
2525
runs_on:
2626
- ubuntu-latest
2727
- windows-latest
@@ -42,7 +42,7 @@ jobs:
4242
rust: beta
4343
- runs_on: ubuntu-latest
4444
feature: net-tokio,socket2
45-
rust: 1.65.0 # MSRV
45+
rust: 1.70.0 # MSRV
4646
env:
4747
RUSTFLAGS: --deny warnings
4848
steps:

0 commit comments

Comments
 (0)