Skip to content

Commit 1910c96

Browse files
committed
ci: use msrv resolver in msrv job
1 parent e38678b commit 1910c96

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,10 @@ jobs:
8888
with:
8989
toolchain: ${{ steps.msrv.outputs.version }}
9090

91-
- name: Pin some dependencies for MSRV
92-
run: |
93-
cargo update --package tokio --precise 1.38.1
94-
cargo update --package tokio-util --precise 0.7.11
95-
cargo update --package indexmap --precise 2.11.3
96-
cargo update --package hashbrown --precise 0.15.0
97-
cargo update --package once_cell --precise 1.20.3
98-
cargo update --package tracing --precise 0.1.41
99-
cargo update --package tracing-subscriber --precise 0.3.19
100-
cargo update --package tracing-core --precise 0.1.33
101-
91+
- name: Resolve MSRV aware dependencies
92+
run: cargo update
93+
env:
94+
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: fallback
10295

10396
- run: cargo check -p h2
10497

0 commit comments

Comments
 (0)