Skip to content

Commit

Permalink
actix-http: Pull actix-web dev-dep from Git repo
Browse files Browse the repository at this point in the history
The published version of actix-web depends on a buggy version of zstd crate,
temporarily use actix-web on git repo to avoid the build failure.

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Jun 11, 2022
1 parent 43671ae commit 3926416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actix-http/Cargo.toml
Expand Up @@ -100,7 +100,7 @@ zstd = { version = "0.11", optional = true }
actix-http-test = { version = "3.0.0-beta.13", features = ["openssl"] }
actix-server = "2"
actix-tls = { version = "3", features = ["openssl"] }
actix-web = "4"
actix-web = { git = "https://github.com/actix/actix-web", rev = "43671ae4aaf2c20150fd1e5ca54055eb5d114273" }

async-stream = "0.3"
criterion = { version = "0.3", features = ["html_reports"] }
Expand Down

0 comments on commit 3926416

Please sign in to comment.