Skip to content

Commit

Permalink
Use forked app_dirs crate for reverted Windows dir behavior (openethe…
Browse files Browse the repository at this point in the history
…reum#8438)

* Remove unused appdirs dependency in CLI

* Use forked app_dirs crate for reverted Windows dir behavior
  • Loading branch information
sorpaas authored and VladLupashevskyi committed May 23, 2018
1 parent e53f33b commit 8088ebe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ toml = "0.4"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
app_dirs = "1.2.1"
futures = "0.1"
futures-cpupool = "0.1"
fdlimit = "0.1"
Expand Down
1 change: 0 additions & 1 deletion parity/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#![warn(missing_docs)]

extern crate ansi_term;
extern crate app_dirs;
extern crate ctrlc;
extern crate docopt;
#[macro_use]
Expand Down
2 changes: 1 addition & 1 deletion util/dir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
ethereum-types = "0.3"
journaldb = { path = "../journaldb" }
app_dirs = "1.2.1"
app_dirs = { git = "https://github.com/paritytech/app-dirs-rs" }

0 comments on commit 8088ebe

Please sign in to comment.