mirror of https://github.com/fafhrd91/actix-net
fix rt macro dev deps
This commit is contained in:
parent
cc70cdcae0
commit
e3197faaf7
|
@ -24,5 +24,5 @@ futures-core = { version = "0.3.7", default-features = false }
|
||||||
pin-project-lite = "0.2"
|
pin-project-lite = "0.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-rt = { version = "2.0.0-beta.3", default-features = false }
|
actix-rt = "2.0.0-beta.3"
|
||||||
futures-util = { version = "0.3.7", default-features = false }
|
futures-util = { version = "0.3.7", default-features = false }
|
||||||
|
|
|
@ -67,6 +67,7 @@ tls-native-tls = { package = "native-tls", version = "0.2", optional = true }
|
||||||
tokio-native-tls = { version = "0.3", optional = true }
|
tokio-native-tls = { version = "0.3", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
actix-rt = "2.0.0-beta.3"
|
||||||
actix-server = "2.0.0-beta.2"
|
actix-server = "2.0.0-beta.2"
|
||||||
bytes = "1"
|
bytes = "1"
|
||||||
env_logger = "0.8"
|
env_logger = "0.8"
|
||||||
|
|
|
@ -23,5 +23,5 @@ tracing = "0.1"
|
||||||
tracing-futures = "0.2"
|
tracing-futures = "0.2"
|
||||||
|
|
||||||
[dev_dependencies]
|
[dev_dependencies]
|
||||||
actix-rt = { version = "2.0.0-beta.3", default-features = false }
|
actix-rt = "2.0.0-beta.3"
|
||||||
slab = "0.4"
|
slab = "0.4"
|
||||||
|
|
Loading…
Reference in New Issue