mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-31 19:37:00 +02:00
update actix-rt
This commit is contained in:
@@ -78,7 +78,7 @@ trust-dns-resolver = { version="0.11.0-alpha.2", default-features = false }
|
|||||||
openssl = { version="0.10", optional = true }
|
openssl = { version="0.10", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-rt = "0.1.0"
|
actix-rt = "0.2.0"
|
||||||
#actix-server = { version = "0.3.0", features=["ssl"] }
|
#actix-server = { version = "0.3.0", features=["ssl"] }
|
||||||
actix-server = { git="https://github.com/actix/actix-net.git", features=["ssl"] }
|
actix-server = { git="https://github.com/actix/actix-net.git", features=["ssl"] }
|
||||||
#actix-connector = { version = "0.3.0", features=["ssl"] }
|
#actix-connector = { version = "0.3.0", features=["ssl"] }
|
||||||
|
@@ -33,7 +33,7 @@ ssl = ["openssl", "actix-http/ssl", "actix-server/ssl"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-codec = "0.1"
|
actix-codec = "0.1"
|
||||||
actix-rt = "0.1.0"
|
actix-rt = "0.2.0"
|
||||||
actix-http = { path=".." }
|
actix-http = { path=".." }
|
||||||
#actix-service = "0.3.2"
|
#actix-service = "0.3.2"
|
||||||
actix-service = { git="https://github.com/actix/actix-net.git" }
|
actix-service = { git="https://github.com/actix/actix-net.git" }
|
||||||
|
Reference in New Issue
Block a user