File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments