1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00:00

s/cargo-add/cargo-edit

This commit is contained in:
Rob Ede 2022-07-02 17:29:06 +01:00
parent f7d629a61a
commit 23ef51609e
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -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