netvl/shellexpand

std::env::home_dir is deprecated since Rust version 1.29.0

NickHackman opened this issue · 2 comments

In Rust version 1.29.0 the std::env::home_dir function used in shellexpand was deprecated and in the documentation it's said to use dirs which implements a platform agnostic way to get the current user's home directory as an alternative.

Closed by #4 ?

netvl commented

Yup, thanks!