From f81522d89902a00682b062b46530431f3d537f27 Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Wed, 3 Jun 2020 10:18:27 +0200 Subject: [PATCH] solving dependency issue --- client/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cli/Cargo.toml b/client/cli/Cargo.toml index a3369617f67b4..79dfa089aff56 100644 --- a/client/cli/Cargo.toml +++ b/client/cli/Cargo.toml @@ -44,10 +44,10 @@ structopt = "0.3.8" sc-tracing = { version = "2.0.0-rc2", path = "../tracing" } chrono = "0.4.10" parity-util-mem = { version = "0.6.1", default-features = false, features = ["primitive-types"] } -tempfile = "3.1.0" [target.'cfg(not(target_os = "unknown"))'.dependencies] rpassword = "4.0.1" +tempfile = "3.1.0" [target.'cfg(target_family = "unix")'.dependencies] nix = "0.17.0"