mirror of
https://github.com/openharmony/third_party_rust_hyper-tls.git
synced 2026-07-19 16:44:00 -04:00
Use published alpha versions of tokio crates
This commit is contained in:
committed by
Sean McArthur
parent
c37ae75c5c
commit
04f4ea5219
+3
-3
@@ -16,8 +16,8 @@ vendored = ["native-tls/vendored"]
|
||||
[dependencies]
|
||||
native-tls = "0.2"
|
||||
hyper = { git = "https://github.com/hyperium/hyper" }
|
||||
tokio-io = { git = "https://github.com/tokio-rs/tokio" }
|
||||
tokio-tls = { git = "https://github.com/tokio-rs/tokio" }
|
||||
tokio-io = "0.2.0-alpha.1"
|
||||
tokio-tls = "0.3.0-alpha.1"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { git = "https://github.com/tokio-rs/tokio" }
|
||||
tokio = "0.2.0-alpha.1"
|
||||
|
||||
Reference in New Issue
Block a user