From 13063103b307a7e595069a986891b2f0084ba710 Mon Sep 17 00:00:00 2001 From: Paul <52645166+paulip1792@users.noreply.github.com> Date: Thu, 16 Dec 2021 15:53:07 +0800 Subject: [PATCH] Futures 0.3.18 has been Yanked https://github.com/rust-lang/futures-rs/issues/2529 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e10b4f5b6d..85a48ec515 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ snarkvm = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "471e03b" } #snarkvm = { path = "../snarkVM" } bytes = "1.0.0" -futures = { version = "0.3.18", features = ["thread-pool"]} +futures = { version = "0.3.17", features = ["thread-pool"]} crossterm = { version = "0.22" } tui = { version = "0.16.0", features = ["crossterm"] }