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 8f3eb32 commit 05cfef7Copy full SHA for 05cfef7
justfile
@@ -12,6 +12,7 @@ fmt:
12
# Downgrade dependencies necessary to run MSRV checks/tests.
13
[private]
14
downgrade-for-msrv:
15
+ cargo {{ toolchain }} update -p=divan --precise=0.1.16 # next ver: 1.80.0
16
cargo {{ toolchain }} update -p=rayon --precise=1.10.0 # next ver: 1.80.0
17
cargo {{ toolchain }} update -p=rayon-core --precise=1.12.1 # next ver: 1.80.0
18
cargo {{ toolchain }} update -p=half --precise=2.4.1 # next ver: 1.81.0
0 commit comments