ci: pin time crate in msrv

This commit is contained in:
Rob Ede 2025-09-06 21:15:55 +01:00
parent 5267bc2c89
commit d1d45f1621
No known key found for this signature in database
GPG Key ID: F5E3FCAA33CBF062
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ downgrade-for-msrv:
cargo {{ toolchain }} update -p=litemap --precise=0.7.4 # next ver: 1.81.0
cargo {{ toolchain }} update -p=zerofrom --precise=0.1.5 # next ver: 1.81.0
cargo {{ toolchain }} update -p=half --precise=2.4.1 # next ver: 1.81.0
cargo {{ toolchain }} update -p=time --precise=0.3.41 # next ver: 1.81.0
msrv := ```
cargo metadata --format-version=1 \