Fix cargo machete (#5410)
* [x] I have followed the instructions in the PR template cargo machete depends on cargo-platform which seems to bumped it's msrv. Installing via --locked should fix this for now. I think it's fine to do this manually instead of using the cargo action since it's so simple and the action we used basically did the same (without --locked)
This commit is contained in:
parent
c86d0e5918
commit
7e3275ca5c
|
|
@ -9,4 +9,4 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Machete
|
||||
uses: bnjbvr/cargo-machete@main
|
||||
run: cargo install cargo-machete --locked && cargo machete
|
||||
|
|
|
|||
Loading…
Reference in New Issue