Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 92b5b56

Browse files
sorpaasniklasad1
authored andcommitted
Use forked app_dirs crate for reverted Windows dir behavior (#8438)
* Remove unused appdirs dependency in CLI * Use forked app_dirs crate for reverted Windows dir behavior
1 parent 8fb47b5 commit 92b5b56

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ toml = "0.4"
2626
serde = "1.0"
2727
serde_json = "1.0"
2828
serde_derive = "1.0"
29-
app_dirs = "1.2.1"
3029
futures = "0.1"
3130
futures-cpupool = "0.1"
3231
fdlimit = "0.1"

parity/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#![warn(missing_docs)]
2020

2121
extern crate ansi_term;
22-
extern crate app_dirs;
2322
extern crate ctrlc;
2423
extern crate docopt;
2524
#[macro_use]

util/dir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ authors = ["Parity Technologies <[email protected]>"]
66
[dependencies]
77
ethereum-types = "0.3"
88
journaldb = { path = "../journaldb" }
9-
app_dirs = "1.2.1"
9+
app_dirs = { git = "https://github.com/paritytech/app-dirs-rs" }

0 commit comments

Comments
 (0)