From ec033b18435ef60c1b9322cbc5e59c6c42d2ade7 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 6 Sep 2019 22:27:49 +0900 Subject: [PATCH] Update futures-timer to 0.4 --- runtime-native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime-native/Cargo.toml b/runtime-native/Cargo.toml index 507399c6..a8ea21ac 100644 --- a/runtime-native/Cargo.toml +++ b/runtime-native/Cargo.toml @@ -21,7 +21,7 @@ async-datagram = "3.0.0" juliex = "0.3.0-alpha.6" lazy_static = "1.3.0" romio = "0.3.0-alpha.9" -futures-timer = "0.3.0" +futures-timer = "0.4.0" [target.'cfg(target_arch = "wasm32")'.dependencies] futures01 = { package = "futures", version = "0.1" }