mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
test(remove): Reduce the fixture size
This commit is contained in:
parent
f7f2206474
commit
cad379f3e3
@ -12,13 +12,9 @@ semver = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
docopt = "0.6"
|
||||
rustc-serialize = "0.4"
|
||||
semver = "0.1"
|
||||
toml = "0.1"
|
||||
clippy = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
regex = "0.1.1"
|
||||
serde = "1.0.90"
|
||||
|
||||
[features]
|
||||
|
@ -9,11 +9,7 @@ use cargo_test_support::Project;
|
||||
#[cargo_test]
|
||||
fn case() {
|
||||
cargo_test_support::registry::init();
|
||||
cargo_test_support::registry::Package::new("clippy", "0.4.0+my-package").publish();
|
||||
cargo_test_support::registry::Package::new("docopt", "0.6.2+my-package").publish();
|
||||
cargo_test_support::registry::Package::new("regex", "0.1.1+my-package").publish();
|
||||
cargo_test_support::registry::Package::new("rustc-serialize", "0.4.0+my-package").publish();
|
||||
cargo_test_support::registry::Package::new("toml", "0.1.1+my-package").publish();
|
||||
cargo_test_support::registry::Package::new("semver", "0.1.1")
|
||||
.feature("std", &[])
|
||||
.publish();
|
||||
|
@ -12,13 +12,9 @@ semver = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
docopt = "0.6"
|
||||
rustc-serialize = "0.4"
|
||||
semver = "0.1"
|
||||
toml = "0.1"
|
||||
clippy = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
regex = "0.1.1"
|
||||
serde = "1.0.90"
|
||||
|
||||
[features]
|
||||
|
Loading…
x
Reference in New Issue
Block a user