Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
solving dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Jun 3, 2020
1 parent b6358e8 commit f81522d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f81522d

Please sign in to comment.