From bd6ad04c7873a9a4ca1ba6eb1887ab0f797b7bfc Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 24 Apr 2021 12:36:27 -0700 Subject: [PATCH] Fix ability to eliminate getopts dep --- timely/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timely/Cargo.toml b/timely/Cargo.toml index 1d245fd4e..831239389 100644 --- a/timely/Cargo.toml +++ b/timely/Cargo.toml @@ -28,7 +28,7 @@ abomonation = "0.7.3" abomonation_derive = "0.5" timely_bytes = { path = "../bytes", version = "0.12" } timely_logging = { path = "../logging", version = "0.12" } -timely_communication = { path = "../communication", version = "0.12" } +timely_communication = { path = "../communication", version = "0.12", default-features = false } crossbeam-channel = "0.5.0" futures-util = "0.3"