@@ -45,28 +45,28 @@ jobs:
4545 # https://github.com/rust-lang/cargo/issues/6669
4646 - name : cargo test --doc
4747 run : cargo test --locked --all-features --doc
48- minimal :
49- # This action chooses the oldest version of the dependencies permitted by Cargo.toml to ensure
50- # that this crate is compatible with the minimal version that this crate and its dependencies
51- # require. This will pickup issues where this create relies on functionality that was introduced
52- # later than the actual version specified (e.g., when we choose just a major version, but a
53- # method was added after this version).
54- runs-on : ubuntu-latest
55- name : ubuntu / stable / minimal-versions
56- steps :
57- - uses : actions/checkout@v5
58- with :
59- submodules : true
60- - name : Install stable
61- uses : dtolnay/rust-toolchain@stable
62- - name : Install nightly for -Z direct-minimal-versions
63- uses : dtolnay/rust-toolchain@nightly
64- - name : rustup default stable
65- run : rustup default stable
66- - name : cargo update -Z direct-minimal-versions
67- run : cargo +nightly update -Z direct-minimal-versions
68- - name : cargo test
69- run : cargo test --locked --all-features --all-targets
48+ # minimal:
49+ # # This action chooses the oldest version of the dependencies permitted by Cargo.toml to ensure
50+ # # that this crate is compatible with the minimal version that this crate and its dependencies
51+ # # require. This will pickup issues where this create relies on functionality that was introduced
52+ # # later than the actual version specified (e.g., when we choose just a major version, but a
53+ # # method was added after this version).
54+ # runs-on: ubuntu-latest
55+ # name: ubuntu / stable / minimal-versions
56+ # steps:
57+ # - uses: actions/checkout@v5
58+ # with:
59+ # submodules: true
60+ # - name: Install stable
61+ # uses: dtolnay/rust-toolchain@stable
62+ # - name: Install nightly for -Z direct-minimal-versions
63+ # uses: dtolnay/rust-toolchain@nightly
64+ # - name: rustup default stable
65+ # run: rustup default stable
66+ # - name: cargo update -Z direct-minimal-versions
67+ # run: cargo +nightly update -Z direct-minimal-versions
68+ # - name: cargo test
69+ # run: cargo test --locked --all-features --all-targets
7070 os-check :
7171 # run cargo test on mac and windows
7272 runs-on : ${{ matrix.os }}
@@ -138,4 +138,4 @@ jobs:
138138 # with:
139139 # fail_ci_if_error: true
140140 # token: ${{ secrets.CODECOV_TOKEN }}
141- # env_vars: OS,RUST
141+ # env_vars: OS,RUST
0 commit comments