Skip to content

Commit

Permalink
github: bump the MSRV to 1.70.0
Browse files Browse the repository at this point in the history
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/github.com-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
  • Loading branch information
r-bk committed Dec 22, 2023
1 parent ce282f5 commit 357ee7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
rust:
- stable
- beta
- 1.65.0 # MSRV
- 1.70.0 # MSRV
runs_on:
- ubuntu-latest
- windows-latest
Expand All @@ -42,7 +42,7 @@ jobs:
rust: beta
- runs_on: ubuntu-latest
feature: net-tokio,socket2
rust: 1.65.0 # MSRV
rust: 1.70.0 # MSRV
env:
RUSTFLAGS: --deny warnings
steps:
Expand Down

0 comments on commit 357ee7e

Please sign in to comment.