Skip to content

Commit

Permalink
Merge pull request #564 from brson/error-chain
Browse files Browse the repository at this point in the history
Move error-chain out of tree
  • Loading branch information
alexcrichton authored Jul 6, 2016
2 parents ccbacf4 + c29add0 commit 39b17aa
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1,049 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build = "build.rs"
[dependencies]
rustup-dist = { path = "src/rustup-dist", version = "0.2.0" }
rustup-utils = { path = "src/rustup-utils", version = "0.2.0" }
error-chain = { path = "src/error-chain", version = "0.2.0" }
error-chain = "0.2.1"
clap = "2.2.4"
regex = "0.1.41"
url = "1.1.0"
Expand Down
17 changes: 0 additions & 17 deletions src/error-chain/Cargo.toml

This file was deleted.

Loading

0 comments on commit 39b17aa

Please sign in to comment.