mirror of
https://github.com/BurntSushi/walkdir.git
synced 2025-09-26 21:20:23 +00:00
ci: tweak pinned testing
I don't know why `cargo doc` is now failing with Rust 1.60 on Windows, but just skip running it. For now, we're fine with just testing that it builds. This also updates the MSRV in the README to reflect reality.
This commit is contained in:
parent
77455462cb
commit
6fd031c82b
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -69,7 +69,8 @@ jobs:
|
||||
with:
|
||||
toolchain: ${{ matrix.rust }}
|
||||
- run: cargo build --verbose
|
||||
- run: cargo doc --verbose
|
||||
- if: startsWith(matrix.build, 'pinned-') == false
|
||||
run: cargo doc --verbose
|
||||
- if: startsWith(matrix.build, 'pinned-') == false
|
||||
run: cargo test --verbose
|
||||
- if: matrix.build == 'nightly'
|
||||
|
@ -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.34.0`.
|
||||
This crate's minimum supported `rustc` version is `1.60.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