mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 09:59:21 +02:00
use actix 0.5 release
This commit is contained in:
@ -7,5 +7,5 @@ workspace = "../.."
|
||||
[dependencies]
|
||||
futures = "*"
|
||||
env_logger = "0.5"
|
||||
actix = { git = "https://github.com/actix/actix.git" }
|
||||
actix = "0.5"
|
||||
actix-web = { path="../.." }
|
||||
|
@ -6,7 +6,7 @@ workspace = "../.."
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.5"
|
||||
actix = { git = "https://github.com/actix/actix.git/" }
|
||||
actix = "0.5"
|
||||
actix-web = { path = "../../" }
|
||||
|
||||
futures = "0.1"
|
||||
|
@ -6,5 +6,5 @@ workspace = "../.."
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.5"
|
||||
actix = { git = "https://github.com/actix/actix.git" }
|
||||
actix = "0.5"
|
||||
actix-web = { path = "../../" }
|
||||
|
@ -14,5 +14,5 @@ serde_json = "1.0"
|
||||
serde_derive = "1.0"
|
||||
json = "*"
|
||||
|
||||
actix = { git = "https://github.com/actix/actix.git" }
|
||||
actix = "0.5"
|
||||
actix-web = { path="../../" }
|
||||
|
@ -11,5 +11,5 @@ path = "src/main.rs"
|
||||
[dependencies]
|
||||
env_logger = "*"
|
||||
futures = "0.1"
|
||||
actix = { git = "https://github.com/actix/actix.git" }
|
||||
actix = "0.5"
|
||||
actix-web = { path="../../" }
|
||||
|
@ -6,7 +6,7 @@ workspace = "../.."
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.5"
|
||||
actix = { git = "https://github.com/actix/actix.git/" }
|
||||
actix = "0.5"
|
||||
actix-web = { path = "../../" }
|
||||
|
||||
futures = "0.1"
|
||||
|
@ -7,6 +7,5 @@ workspace = "../.."
|
||||
[dependencies]
|
||||
futures = "*"
|
||||
env_logger = "0.5"
|
||||
#actix = "0.4.6"
|
||||
actix = {git = "https://github.com/actix/actix.git"}
|
||||
actix = "0.5"
|
||||
actix-web = { path = "../../" }
|
||||
|
@ -6,6 +6,6 @@ workspace = "../.."
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.5"
|
||||
actix = "0.4"
|
||||
actix = "0.5"
|
||||
actix-web = { path = "../../" }
|
||||
tera = "*"
|
||||
|
@ -10,6 +10,6 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.5"
|
||||
actix = { git = "https://github.com/actix/actix.git" }
|
||||
actix = "0.5"
|
||||
actix-web = { path = "../../", features=["alpn"] }
|
||||
openssl = { version="0.10" }
|
||||
|
@ -10,7 +10,7 @@ serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
||||
http = "0.1"
|
||||
|
||||
actix = { git = "https://github.com/actix/actix.git" }
|
||||
actix = "0.5"
|
||||
actix-web = { path = "../../../" }
|
||||
dotenv = "0.10"
|
||||
env_logger = "0.5"
|
||||
|
@ -25,5 +25,5 @@ serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
||||
actix = { git="https://github.com/actix/actix.git" }
|
||||
actix = "0.5"
|
||||
actix-web = { path="../../" }
|
||||
|
@ -16,6 +16,5 @@ path = "src/client.rs"
|
||||
env_logger = "*"
|
||||
futures = "0.1"
|
||||
tokio-core = "0.1"
|
||||
#actix = "^0.4.6"
|
||||
actix = { git = "https://github.com/actix/actix.git" }
|
||||
actix = "0.5"
|
||||
actix-web = { path="../../" }
|
||||
|
Reference in New Issue
Block a user