macro: remove exact futures-preview version

Otherwise we have .16 and .17 in the same project. And we
can't go to .18 currently until hyper/tokio git-master are
in sync again.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-08-12 10:42:18 +02:00
parent 169bf79c72
commit fb5670c5b5

View File

@ -16,7 +16,7 @@ syn = { version = "0.15", features = [ "full" ] }
[dev-dependencies]
bytes = "0.4"
futures-preview = { version = "0.3.0-alpha.16", features = [ "compat" ] }
futures-preview = { version = "0.3.0-alpha", features = [ "compat" ] }
http = "0.1"
proxmox = { path = "../proxmox" }
serde = "1.0"