mirror of
https://github.com/actix/actix-web.git
synced 2025-02-08 07:12:19 +00:00
Actix dependency needs to be updated to master
This commit is contained in:
parent
be7e8d159b
commit
5bf4f3be8b
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ openssl = { version="0.10", optional = true }
|
||||||
tokio-openssl = { version="0.2", optional = true }
|
tokio-openssl = { version="0.2", optional = true }
|
||||||
|
|
||||||
[dependencies.actix]
|
[dependencies.actix]
|
||||||
version = "^0.5.1"
|
git = "https://github.com/actix/actix.git"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.5"
|
env_logger = "0.5"
|
||||||
|
|
Loading…
Reference in a new issue