Skip to content

Commit

Permalink
Failed attempt to get the test working...
Browse files Browse the repository at this point in the history
  • Loading branch information
bjgill committed Dec 23, 2017
1 parent f4e0f49 commit 318e5df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/bin/upgrade/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! `cargo upgrade`
#![warn(missing_docs, missing_debug_implementations, missing_copy_implementations, trivial_casts,
trivial_numeric_casts, unsafe_code, unstable_features, unused_import_braces,
unused_qualifications)]
trivial_numeric_casts, unsafe_code, unstable_features, unused_import_braces,
unused_qualifications)]

extern crate cargo_metadata;
extern crate docopt;
Expand Down
4 changes: 3 additions & 1 deletion tests/fixtures/workspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ members = [
"one",
"two",
"explicit/*"
]
]

exclude = ["not_a_member"]
2 changes: 1 addition & 1 deletion tests/fixtures/workspace/one/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ path = "../dummy.rs"
libc = "0.2.28"
three = { path = "../implicit/three"}
bar = { git = "https://github.com/foo/bar.git", version = "0.10" }
crates-io = { path = "src/crates-io", version = "0.10" }
not_a_member = { path = "not_a_member", version = "0.10" }

0 comments on commit 318e5df

Please sign in to comment.