diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12621cf..1a2e142 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' diff --git a/README.md b/README.md index 14bd4a9..61390c7 100644 --- a/README.md +++ b/README.md @@ -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