mirror of
https://github.com/BurntSushi/walkdir.git
synced 2025-09-27 13:40:27 +00:00
msrv: bump to 1.34.0
For now, we don't switch to Rust 2018 to avoid creating a larger-than-necessary divergence with the in-progress walkdir 3 rewrite.
This commit is contained in:
parent
901cadaa74
commit
580acab20f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -24,10 +24,10 @@ jobs:
|
||||
include:
|
||||
- build: pinned
|
||||
os: ubuntu-18.04
|
||||
rust: 1.23.0
|
||||
rust: 1.34.0
|
||||
- build: pinned-win
|
||||
os: windows-2019
|
||||
rust: 1.23.0
|
||||
rust: 1.34.0
|
||||
- build: stable
|
||||
os: ubuntu-18.04
|
||||
rust: stable
|
||||
|
@ -87,7 +87,7 @@ for entry in walker.filter_entry(|e| !is_hidden(e)) {
|
||||
|
||||
### Minimum Rust version policy
|
||||
|
||||
This crate's minimum supported `rustc` version is `1.23.0`.
|
||||
This crate's minimum supported `rustc` version is `1.34.0`.
|
||||
|
||||
The current policy is that the minimum Rust version required to use this crate
|
||||
can be increased in minor version updates. For example, if `crate 1.0` requires
|
||||
|
Loading…
x
Reference in New Issue
Block a user