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

Commit

Permalink
Update app_dirs to 1.2.1 (#8268)
Browse files Browse the repository at this point in the history
* use app_dirs2

* update app_dirs to 1.2.1
  • Loading branch information
rleungx authored and niklasad1 committed Mar 30, 2018
1 parent cab073b commit 443115f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ toml = "0.4"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
app_dirs = "1.1.1"
app_dirs = "1.2.1"
futures = "0.1"
futures-cpupool = "0.1"
fdlimit = "0.1"
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 <[email protected]>"]
[dependencies]
ethereum-types = "0.2"
journaldb = { path = "../journaldb" }
app_dirs = "1.1.1"
app_dirs = "1.2.1"

0 comments on commit 443115f

Please sign in to comment.