ci: fix msrv job

This commit is contained in:
Rob Ede 2025-08-26 08:26:49 +01:00
parent 05cfef7f4b
commit 9fb6c13a1a
No known key found for this signature in database
GPG Key ID: F5E3FCAA33CBF062
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ fmt:
# Downgrade dependencies necessary to run MSRV checks/tests.
[private]
downgrade-for-msrv:
cargo {{ toolchain }} update -p=divan --precise=0.1.16 # next ver: 1.80.0
cargo {{ toolchain }} update -p=divan --precise=0.1.15 # next ver: 1.80.0
cargo {{ toolchain }} update -p=rayon --precise=1.10.0 # next ver: 1.80.0
cargo {{ toolchain }} update -p=rayon-core --precise=1.12.1 # next ver: 1.80.0
cargo {{ toolchain }} update -p=half --precise=2.4.1 # next ver: 1.81.0