mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
update examples
This commit is contained in:
parent
d696c1692e
commit
c7798ef45d
@ -10,5 +10,5 @@ path = "src/main.rs"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
env_logger = "0.4"
|
env_logger = "0.4"
|
||||||
actix = "0.4"
|
actix = "^0.4.2"
|
||||||
actix-web = { git = "https://github.com/actix/actix-web", features=["alpn"] }
|
actix-web = { git = "https://github.com/actix/actix-web", features=["alpn"] }
|
||||||
|
@ -25,6 +25,5 @@ serde = "1.0"
|
|||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
|
|
||||||
#actix = "0.4"
|
actix = "^0.4.2"
|
||||||
actix = { git = "https://github.com/actix/actix" }
|
|
||||||
actix-web = { git = "https://github.com/actix/actix-web" }
|
actix-web = { git = "https://github.com/actix/actix-web" }
|
||||||
|
@ -10,6 +10,5 @@ path = "src/main.rs"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
env_logger = "*"
|
env_logger = "*"
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
#actix = "0.4"
|
actix = "^0.4.2"
|
||||||
actix = { git = "https://github.com/actix/actix.git" }
|
|
||||||
actix-web = { git = "https://github.com/actix/actix-web.git" }
|
actix-web = { git = "https://github.com/actix/actix-web.git" }
|
||||||
|
Loading…
Reference in New Issue
Block a user