1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-18 22:01:50 +01:00

install older cargo-edit

This commit is contained in:
Rob Ede 2022-07-02 17:40:03 +01:00
parent 23ef51609e
commit 9a2f8450e0
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -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-edit cargo install cargo-edit --version=0.8.0
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