Skip to content

Commit

Permalink
Auto merge of #4429 - ishitatsuyuki:test-purge, r=matklad
Browse files Browse the repository at this point in the history
cargotest: purge deps

Blocking rust-lang/rust#42588.
  • Loading branch information
bors committed Aug 24, 2017
2 parents f46d485 + 72de74c commit 5450163
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions Cargo.lock

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

6 changes: 0 additions & 6 deletions tests/cargotest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,13 @@ authors = ["Alex Crichton <[email protected]>"]
path = "lib.rs"

[dependencies]
bufstream = "0.1"
cargo = { path = "../.." }
filetime = "0.1"
flate2 = "0.2"
git2 = { version = "0.6", default-features = false }
hamcrest = "=0.1.1"
hex = "0.2"
kernel32-sys = "0.2"
libc = "0.2"
log = "0.3"
serde = "1.0"
serde_json = "1.0"
tar = { version = "0.4", default-features = false }
tempdir = "0.3"
url = "1.1"
winapi = "0.2"
6 changes: 0 additions & 6 deletions tests/cargotest/lib.rs
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
#![deny(warnings)]

extern crate bufstream;
extern crate cargo;
extern crate filetime;
extern crate flate2;
extern crate git2;
extern crate hamcrest;
extern crate hex;
extern crate libc;
extern crate serde;
#[macro_use]
extern crate serde_json;
extern crate tar;
extern crate tempdir;
extern crate url;
#[cfg(windows)] extern crate kernel32;
#[cfg(windows)] extern crate winapi;

use std::ffi::OsStr;
use std::time::Duration;
Expand Down

0 comments on commit 5450163

Please sign in to comment.