mirror of
https://github.com/actix/actix-web.git
synced 2025-01-02 21:38:46 +00:00
Fix actix-web version to publish
This commit is contained in:
parent
5802eb797f
commit
3892a95c11
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ rust-tls = { version = "0.18.0", package = "rustls", optional = true, features =
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-connect = { version = "2.0.0-alpha.4", features = ["openssl"] }
|
actix-connect = { version = "2.0.0-alpha.4", features = ["openssl"] }
|
||||||
actix-web = { version = "3.0.0-beta.3", features = ["openssl"] }
|
actix-web = { version = "3.0.0-beta.2", features = ["openssl"] }
|
||||||
actix-http = { version = "2.0.0-beta.3", features = ["openssl"] }
|
actix-http = { version = "2.0.0-beta.3", features = ["openssl"] }
|
||||||
actix-http-test = { version = "2.0.0-alpha.1", features = ["openssl"] }
|
actix-http-test = { version = "2.0.0-alpha.1", features = ["openssl"] }
|
||||||
actix-utils = "1.0.3"
|
actix-utils = "1.0.3"
|
||||||
|
|
Loading…
Reference in a new issue