Skip to content

Commit 58ee30a

Browse files
committed
ci: fix msrv job
1 parent 1318996 commit 58ee30a

File tree

2 files changed

+62
-85
lines changed

2 files changed

+62
-85
lines changed

Cargo.lock

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

justfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ clippy:
4343
# Downgrade dev-dependencies necessary to run MSRV checks/tests.
4444
[private]
4545
downgrade-for-msrv:
46+
cargo {{ toolchain }} update -p=backtrace --precise=0.3.74 # next ver: 1.82.0
4647
cargo {{ toolchain }} update -p=idna_adapter --precise=1.2.0 # next ver: 1.82.0
47-
cargo update -p=litemap --precise=0.7.4 # next ver: 1.81.0
48-
cargo update -p=zerofrom --precise=0.1.5 # next ver: 1.81.0
48+
cargo {{ toolchain }} update -p=litemap --precise=0.7.4 # next ver: 1.81.0
49+
cargo {{ toolchain }} update -p=zerofrom --precise=0.1.5 # next ver: 1.81.0
4950

5051
# Test workspace using MSRV.
5152
[group("test")]

0 commit comments

Comments
 (0)