File tree Expand file tree Collapse file tree 2 files changed +20
-19
lines changed Expand file tree Collapse file tree 2 files changed +20
-19
lines changed Original file line number Diff line number Diff line change 21
21
# Downgrade dependencies necessary to run MSRV checks/tests.
22
22
[private ]
23
23
downgrade-for-msrv :
24
- cargo update -p=native-tls --precise=0.2.13 # next ver: 1.80.0
25
- cargo update -p=litemap --precise=0.7.4 # next ver: 1.81.0
26
- cargo update -p=zerofrom --precise=0.1.5 # next ver: 1.81.0
27
- cargo update -p=half --precise=2.4.1 # next ver: 1.81.0
24
+ cargo {{ toolchain }} update -p=native-tls --precise=0.2.13 # next ver: 1.80.0
25
+ cargo {{ toolchain }} update -p=idna_adapter --precise=1.2.0 # next ver: 1.82.0
26
+ cargo {{ toolchain }} update -p=litemap --precise=0.7.4 # next ver: 1.81.0
27
+ cargo {{ toolchain }} update -p=zerofrom --precise=0.1.5 # next ver: 1.81.0
28
+ cargo {{ toolchain }} update -p=half --precise=2.4.1 # next ver: 1.81.0
28
29
29
30
msrv := ```
30
31
cargo metadata --format-version=1 \
You can’t perform that action at this time.
0 commit comments