mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-07 06:47:39 +03:00
use actix 0.3
This commit is contained in:
parent
17b4c33949
commit
ba504cc69e
4 changed files with 7 additions and 7 deletions
|
@ -24,6 +24,6 @@ serde = "1.0"
|
|||
serde_json = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
||||
actix = { git = "https://github.com/actix/actix.git" }
|
||||
# actix = { path = "../../../actix" }
|
||||
actix = "0.3"
|
||||
#actix = { git = "https://github.com/actix/actix.git" }
|
||||
actix-web = { path = "../../" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue