1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-28 22:32:02 +00:00

update examples

This commit is contained in:
Nikolay Kim 2018-01-07 19:40:42 -08:00
parent d696c1692e
commit c7798ef45d
3 changed files with 3 additions and 5 deletions

View file

@ -10,5 +10,5 @@ path = "src/main.rs"
[dependencies]
env_logger = "0.4"
actix = "0.4"
actix = "^0.4.2"
actix-web = { git = "https://github.com/actix/actix-web", features=["alpn"] }

View file

@ -25,6 +25,5 @@ serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
#actix = "0.4"
actix = { git = "https://github.com/actix/actix" }
actix = "^0.4.2"
actix-web = { git = "https://github.com/actix/actix-web" }

View file

@ -10,6 +10,5 @@ path = "src/main.rs"
[dependencies]
env_logger = "*"
futures = "0.1"
#actix = "0.4"
actix = { git = "https://github.com/actix/actix.git" }
actix = "^0.4.2"
actix-web = { git = "https://github.com/actix/actix-web.git" }