Skip to content

Commit f0fba5c

Browse files
committed
Use temporary fork of home
1 parent 0af3030 commit f0fba5c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ error-chain = "0.12"
2828
effective-limits = "0.5"
2929
flate2 = "1"
3030
git-testament = "0.1.4"
31-
home = "0.5"
31+
home = { git = "https://github.com/rbtcollins/home", rev="81c8dfcd815765daf384319a04e237feb9d5e72d" }
3232
lazy_static = "1"
3333
libc = "0.2"
3434
num_cpus = "1.13"
@@ -113,6 +113,3 @@ codegen-units = 1
113113
# Reduce build time by setting proc-macro crates non optimized.
114114
[profile.release.build-override]
115115
opt-level = 0
116-
117-
[patch.crates-io]
118-
home = { path = "../rustup-home" }

0 commit comments

Comments
 (0)