mirror of https://github.com/fafhrd91/actix-net
ci: pin time crate in msrv
This commit is contained in:
parent
5267bc2c89
commit
d1d45f1621
1
justfile
1
justfile
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue