mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-27 19:12:56 +01:00
ci: relax ahash msrv pin
This commit is contained in:
parent
10bd847177
commit
b826bf8471
1
justfile
1
justfile
@ -4,7 +4,6 @@ _list:
|
|||||||
# Downgrade dev-dependencies necessary to run MSRV checks/tests.
|
# Downgrade dev-dependencies necessary to run MSRV checks/tests.
|
||||||
[private]
|
[private]
|
||||||
downgrade-msrv:
|
downgrade-msrv:
|
||||||
cargo update -p=ahash --precise=0.8.7
|
|
||||||
cargo update -p=ciborium --precise=0.2.1
|
cargo update -p=ciborium --precise=0.2.1
|
||||||
cargo update -p=ciborium-ll --precise=0.2.1
|
cargo update -p=ciborium-ll --precise=0.2.1
|
||||||
cargo update -p=time --precise=0.3.16
|
cargo update -p=time --precise=0.3.16
|
||||||
|
Loading…
Reference in New Issue
Block a user