From 82d9538c4c44158993de4ba67e2b714430bd0462 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 29 Mar 2019 00:44:52 +0900 Subject: [PATCH] Propagate cfg-target-has-atomic feature --- futures-util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/futures-util/Cargo.toml b/futures-util/Cargo.toml index f7bdbc2482..2324811cf9 100644 --- a/futures-util/Cargo.toml +++ b/futures-util/Cargo.toml @@ -21,7 +21,7 @@ compat = ["std", "futures_01"] io-compat = ["compat", "tokio-io"] bench = [] nightly = ["futures-core-preview/nightly", "futures-sink-preview/nightly"] -cfg-target-has-atomic = [] +cfg-target-has-atomic = ["futures-core-preview/cfg-target-has-atomic"] alloc = ["futures-core-preview/alloc", "futures-sink-preview/alloc"] [dependencies]