Skip to content

Commit 4febfa4

Browse files
committed
ci: pin time crate for msrv
1 parent ae354b8 commit 4febfa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ downgrade-for-msrv:
1919
cargo {{ toolchain }} update -p=idna_adapter --precise=1.2.0 # next ver: 1.82.0
2020
cargo {{ toolchain }} update -p=litemap --precise=0.7.4 # next ver: 1.81.0
2121
cargo {{ toolchain }} update -p=zerofrom --precise=0.1.5 # next ver: 1.81.0
22+
cargo {{ toolchain }} update -p=time --precise=0.3.41 # next ver: 1.81.0
2223

2324
msrv := ```
2425
cargo metadata --format-version=1 \

0 commit comments

Comments
 (0)