Skip to content

Commit d1d45f1

Browse files
committed
ci: pin time crate in msrv
1 parent 5267bc2 commit d1d45f1

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
@@ -30,6 +30,7 @@ downgrade-for-msrv:
3030
cargo {{ toolchain }} update -p=litemap --precise=0.7.4 # next ver: 1.81.0
3131
cargo {{ toolchain }} update -p=zerofrom --precise=0.1.5 # next ver: 1.81.0
3232
cargo {{ toolchain }} update -p=half --precise=2.4.1 # next ver: 1.81.0
33+
cargo {{ toolchain }} update -p=time --precise=0.3.41 # next ver: 1.81.0
3334

3435
msrv := ```
3536
cargo metadata --format-version=1 \

0 commit comments

Comments
 (0)