diff --git a/tests/fixtures/workspace/Cargo.toml b/tests/fixtures/workspace/Cargo.toml index 8ba99c3d91..85f0efa783 100644 --- a/tests/fixtures/workspace/Cargo.toml +++ b/tests/fixtures/workspace/Cargo.toml @@ -4,5 +4,3 @@ members = [ "two", "explicit/*" ] - -exclude = ["not_a_member"] diff --git a/tests/fixtures/workspace/one/Cargo.toml b/tests/fixtures/workspace/one/Cargo.toml index 35cdcf2346..4b25b1d754 100644 --- a/tests/fixtures/workspace/one/Cargo.toml +++ b/tests/fixtures/workspace/one/Cargo.toml @@ -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"}