-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
std::env::home_dir
with dirs::home_dir
(#9077)
`std::env::home_dir` is deprecated but will probably take a while until it is deprecated on stable. For more info see rust-lang/rust#51656
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
[package] | ||
name = "path" | ||
version = "0.1.0" | ||
authors = ["debris <[email protected]>"] | ||
version = "0.1.1" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
license = "GPL3" | ||
|
||
[dependencies] | ||
dirs = "1.0.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters