Nick Sanders
139a2b7b0d
Replace std::env::home_dir() with home crate impl. ( #9293 )
...
* Import the `home` crate in `util/dir`.
* Replace uses of `env::home_dir()` with `home::home_dir()`.
* `home` uses a 'correct' impl. on windows and the stdlib impl.
of `::home_dir` otherwise.
* Reexport `home::home_dir` from `util/dir`.
* Bump `util/dir` to 0.1.2.
2018-08-21 15:30:24 +02:00
..
2018-06-04 10:19:50 +02:00
2018-07-03 17:31:08 +02:00
2018-08-21 15:30:24 +02:00
2018-04-11 11:59:04 +02:00
2018-06-26 09:03:38 +02:00
2018-08-09 09:51:48 +02:00
2018-07-09 09:59:05 +01:00
2018-08-10 00:04:10 +01:00
2018-08-10 00:04:10 +01:00
2018-07-10 14:59:19 +02:00
2018-06-04 10:19:50 +02:00
2018-06-22 15:09:15 +02:00
2018-06-04 10:19:50 +02:00
2018-08-10 00:04:10 +01:00
2018-08-21 12:55:31 +03:00
2018-08-21 12:55:31 +03:00
2018-08-10 11:06:30 +02:00
2018-07-10 14:59:19 +02:00
2018-06-04 10:19:50 +02:00
2018-07-10 14:59:19 +02:00
2018-07-10 14:59:19 +02:00
2018-08-10 00:04:10 +01:00
2018-06-04 10:19:50 +02:00
2018-08-10 00:04:10 +01:00
2018-07-10 14:59:19 +02:00
2018-06-04 10:19:50 +02:00
2018-08-10 11:00:55 +02:00
2018-07-13 11:44:31 +01:00