Skip to content
Unverified Commit 36a19599 authored by c0gent's avatar c0gent
Browse files

Fix `env::home_dir()` deprecation warning.

* Import the `dirs` crate in `util/dir`.

* Replace uses of `env::home_dir()` with `dirs::home_dir()`.

* Reexport `dirs::home_dir`.

* Continue to use `std::env::home_dir` on Android.

* Bump `util/dir` to 0.1.2.
parent 25604dc5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment