From 1c9b292a2e9c6991d08634666308995aae65afb4 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Wed, 21 Aug 2019 20:24:06 +0700 Subject: [PATCH] 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dff72d984cd..65c726f1003 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"