We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38678b commit 1910c96Copy full SHA for 1910c96
1 file changed
.github/workflows/CI.yml
@@ -88,17 +88,10 @@ jobs:
88
with:
89
toolchain: ${{ steps.msrv.outputs.version }}
90
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
-
+ - name: Resolve MSRV aware dependencies
+ run: cargo update
+ env:
+ CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: fallback
102
103
- run: cargo check -p h2
104
0 commit comments