Skip to content

Commit

Permalink
Merge pull request #426 from alexcrichton/home-dir-cache
Browse files Browse the repository at this point in the history
Use a global cache for all downloaded binaries
  • Loading branch information
fitzgen authored Nov 5, 2018
2 parents df4ef1f + f986edf commit dac12d3
Show file tree
Hide file tree
Showing 15 changed files with 704 additions and 631 deletions.
191 changes: 146 additions & 45 deletions Cargo.lock

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ atty = "0.2.11"
cargo_metadata = "0.6.0"
console = "0.6.1"
curl = "0.4.13"
dirs = "1.0.4"
failure = "0.1.2"
flate2 = "1.0.2"
hex = "0.3"
human-panic = "1.0.1"
indicatif = "0.9.0"
lazy_static = "1.1.0"
Expand All @@ -24,6 +26,7 @@ parking_lot = "0.6"
serde = "1.0.74"
serde_derive = "1.0.74"
serde_json = "1.0.26"
siphasher = "0.2.3"
slog = "2.3"
slog-term = "2.4"
slog-async = "2.3"
Expand Down
Loading

0 comments on commit dac12d3

Please sign in to comment.