ci: pin time crate for msrv

This commit is contained in:
Rob Ede 2025-09-06 21:31:35 +01:00
parent ae354b8edc
commit 4febfa4446
No known key found for this signature in database
GPG Key ID: F5E3FCAA33CBF062
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ downgrade-for-msrv:
cargo {{ toolchain }} update -p=idna_adapter --precise=1.2.0 # next ver: 1.82.0
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=time --precise=0.3.41 # next ver: 1.81.0
msrv := ```
cargo metadata --format-version=1 \