Skip to content

Commit

Permalink
Remove excluded path dependency
Browse files Browse the repository at this point in the history
It doesn't work (see rust-lang/cargo#4089), so
wasn't giving us any benefits
  • Loading branch information
bjgill committed Feb 6, 2018
1 parent 318e5df commit ee7bf82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions tests/fixtures/workspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ members = [
"two",
"explicit/*"
]

exclude = ["not_a_member"]
5 changes: 2 additions & 3 deletions tests/fixtures/workspace/one/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ path = "../dummy.rs"

[dependencies]
libc = "0.2.28"
three = { path = "../implicit/three"}
bar = { git = "https://github.com/foo/bar.git", version = "0.10" }
not_a_member = { path = "not_a_member", version = "0.10" }
three = { path = "../implicit/three", version = "0.0.1"}
lazy_static = { git = "https://github.com/rust-lang-nursery/lazy-static.rs.git", tag = "v0.2"}

0 comments on commit ee7bf82

Please sign in to comment.