hyperium / hyper-tls

Apache License 2.0
189 stars 96 forks source link

Use published alpha versions of tokio crates #40

Closed jplatte closed 5 years ago

jplatte commented 5 years ago

because building with tokio master fails (the alpha crates used by hyper master require futures-preview = 0.3.0-alpha.17, while tokio master requires futures-preview = 0.3.0-alpha.18)