Use a released tokio-openssl
This commit is contained in:
parent
92e3d013eb
commit
1b5d65d462
@ -19,7 +19,7 @@ runtime = ["tokio-postgres/runtime"]
|
||||
futures-preview = "=0.3.0-alpha.17"
|
||||
openssl = "0.10"
|
||||
tokio-io = "=0.2.0-alpha.1"
|
||||
tokio-openssl = { git = "https://github.com/sfackler/tokio-openssl", branch = "tokio-02" }
|
||||
tokio-openssl = "=0.4.0-alpha.1"
|
||||
tokio-postgres = { version = "0.4.0-rc.1", path = "../tokio-postgres", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user