mirror of https://github.com/fafhrd91/actix-web
workaround zstd msrv issue
This commit is contained in:
parent
1065043528
commit
fcd06c9896
.github/workflows
|
@ -59,6 +59,7 @@ jobs:
|
|||
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=awc
|
||||
cargo update -p=zstd-sys --precise=2.0.1+zstd.1.5.2
|
||||
|
||||
- name: Generate Cargo.lock
|
||||
uses: actions-rs/cargo@v1
|
||||
|
|
Loading…
Reference in New Issue