From 8a2147aa62e5155fbc0e9c517fe74229377ce085 Mon Sep 17 00:00:00 2001 From: David O'Connor Date: Sat, 29 Feb 2020 08:20:36 -0500 Subject: [PATCH] Updated futures version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df7a799..e944aa6 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ wasm-bindgen = "^0.2.50" # For serialization, eg sending requests to a server. Otherwise, not required. serde = { version = "^1.0.85", features = ['derive'] } -futures = "^0.1.26" +futures = "^0.3.4" [dev-dependencies]