From fb5670c5b59dd2bad6f6818f9294f5d45ea5e3b8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 12 Aug 2019 10:42:18 +0200 Subject: [PATCH] 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 --- proxmox-api-macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-api-macro/Cargo.toml b/proxmox-api-macro/Cargo.toml index 1075430c..181049f2 100644 --- a/proxmox-api-macro/Cargo.toml +++ b/proxmox-api-macro/Cargo.toml @@ -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"