Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into fix-all-targets
Browse files Browse the repository at this point in the history
  • Loading branch information
infinity0 committed Mar 14, 2018
2 parents 23d42c8 + 3cfb23b commit 57aab39
Show file tree
Hide file tree
Showing 103 changed files with 2,377 additions and 3,256 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ crates-io = { path = "src/crates-io", version = "0.16" }
crossbeam = "0.3"
crypto-hash = "0.3"
curl = "0.4.6"
docopt = "0.8.1"
env_logger = "0.5"
failure = "0.1.1"
filetime = "0.1"
Expand All @@ -34,6 +33,7 @@ glob = "0.2"
hex = "0.3"
home = "0.3"
ignore = "0.4"
lazy_static = "1.0.0"
jobserver = "0.1.9"
lazycell = "0.6"
libc = "0.2"
Expand All @@ -53,6 +53,7 @@ tempdir = "0.3"
termcolor = "0.3"
toml = "0.4"
url = "1.1"
clap = "2.27.0"

[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = { version = "0.5.1", features = ["mac_os_10_7_support"] }
Expand Down Expand Up @@ -80,7 +81,6 @@ features = [

[dev-dependencies]
bufstream = "0.1"
filetime = "0.1"

[[bin]]
name = "cargo"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Cargo requires the following tools and packages to build:
First, you'll want to check out this repository

```
git clone --recursive https://github.com/rust-lang/cargo
git clone https://github.com/rust-lang/cargo
cd cargo
```

Expand Down
159 changes: 0 additions & 159 deletions src/bin/bench.rs

This file was deleted.

133 changes: 0 additions & 133 deletions src/bin/build.rs

This file was deleted.

Loading

0 comments on commit 57aab39

Please sign in to comment.