Update home dependencies to v0.5

This home's release remove support for the old `.multirust`
directory. Also it fixes rustup_home and cargo_home implementation
when corresponding environment variables are absolute paths.
This commit is contained in:
Lzu Tao 2019-08-21 20:24:06 +07:00
parent 4bdb6fd371
commit 1c9b292a2e

View file

@ -35,7 +35,7 @@ git2 = "0.10.0"
git2-curl = "0.11.0"
glob = "0.3.0"
hex = "0.3"
home = "0.4.2"
home = "0.5"
ignore = "0.4.7"
lazy_static = "1.2.0"
jobserver = "0.1.13"