Skip to content

Commit 2972a5a

Browse files
committed
ci: fix msrv jobs
1 parent 69041c4 commit 2972a5a

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

justfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ fmt:
2121
# Downgrade dependencies necessary to run MSRV checks/tests.
2222
[private]
2323
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
2829

2930
msrv := ```
3031
cargo metadata --format-version=1 \

0 commit comments

Comments
 (0)