From d3c0643ef0cd6dbcbc95d6f5ab81cd8f9b16b2ff Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Tue, 25 Feb 2020 17:27:15 -0700 Subject: [PATCH] style(actix-rt): enforce spaces around equals in `Cargo.toml` --- actix-rt/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-rt/Cargo.toml b/actix-rt/Cargo.toml index 034dfd1d..a7918a99 100644 --- a/actix-rt/Cargo.toml +++ b/actix-rt/Cargo.toml @@ -18,7 +18,7 @@ path = "src/lib.rs" [dependencies] actix-macros = "0.1.0" actix-threadpool = "0.3" -futures-channel = "0.3.1" +futures-channel = { version = "0.3.1", default-features = false } futures-util = { version = "0.3.1", default-features = false } copyless = "0.1.4" -tokio = { version = "0.2.6", default-features=false, features = ["rt-core", "rt-util", "io-driver", "tcp", "uds", "udp", "time", "signal", "stream"] } +tokio = { version = "0.2.6", default-features = false, features = ["rt-core", "rt-util", "io-driver", "tcp", "uds", "udp", "time", "signal", "stream"] }