mirror of https://github.com/fafhrd91/actix-web
s/cargo-add/cargo-edit
This commit is contained in:
parent
f7d629a61a
commit
23ef51609e
.github/workflows
|
@ -50,7 +50,7 @@ jobs:
|
||||||
- name: workaround MSRV issues
|
- name: workaround MSRV issues
|
||||||
if: matrix.version != 'stable'
|
if: matrix.version != 'stable'
|
||||||
run: |
|
run: |
|
||||||
cargo install cargo-add
|
cargo install cargo-edit
|
||||||
cargo add const-str@0.3 --dev -p=actix-web
|
cargo add const-str@0.3 --dev -p=actix-web
|
||||||
cargo add const-str@0.3 --dev -p=awc
|
cargo add const-str@0.3 --dev -p=awc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue