mirror of
https://github.com/actix/actix-web.git
synced 2025-02-16 19:15:13 +00:00
s/cargo-add/cargo-edit
This commit is contained in:
parent
f7d629a61a
commit
23ef51609e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
- name: workaround MSRV issues
|
||||
if: matrix.version != 'stable'
|
||||
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=awc
|
||||
|
||||
|
|
Loading…
Reference in a new issue