mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-28 19:10:35 +02:00
prep alpha.1 release
This commit is contained in:
@ -22,8 +22,8 @@ openssl = ["tokio-openssl"]
|
||||
rustls = ["tokio-rustls"]
|
||||
|
||||
[dependencies]
|
||||
tokio-io = "0.2.0-alpha.6"
|
||||
tokio-net = "0.2.0-alpha.6"
|
||||
tokio-io = "=0.2.0-alpha.6"
|
||||
tokio-net = { version = "=0.2.0-alpha.6", features = ["tcp", "uds"] }
|
||||
tokio-openssl = { version = "0.4.0-alpha.6", optional = true }
|
||||
#tokio-rustls = { version = "0.12.0-alpha.8", optional = true }
|
||||
tokio-rustls = { git = "https://github.com/quininer/tokio-rustls.git", branch = "tokio-0.2", optional = true }
|
||||
|
Reference in New Issue
Block a user