From e1958b6615ae0a826e83614e8df45a1a6f821f82 Mon Sep 17 00:00:00 2001 From: Thomas Matecki Date: Tue, 14 Dec 2021 21:19:42 -0500 Subject: [PATCH] Futures 0.3.18 has been Yanked See: https://github.com/rust-lang/futures-rs/issues/2529 --- rg3d-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rg3d-core/Cargo.toml b/rg3d-core/Cargo.toml index b0a0831cf..283f7aeb1 100644 --- a/rg3d-core/Cargo.toml +++ b/rg3d-core/Cargo.toml @@ -25,7 +25,7 @@ memoffset = "0.6.5" lazy_static = "1.4.0" nalgebra = "0.29.0" arrayvec = "0.7.2" -futures = {version = "0.3.18", features = ["thread-pool"] } +futures = {version = "0.3.17", features = ["thread-pool"] } uuid = { version = "0.8.2", features = ["v4","wasm-bindgen"] } instant = {version = "0.1.12", features = ["wasm-bindgen"] } num-traits = "0.2.14"