Skip to content

Commit d516090

Browse files
committed
Auto merge of #4429 - ishitatsuyuki:test-purge, r=matklad
cargotest: purge deps Blocking rust-lang/rust#42588.
2 parents f46d485 + 72de74c commit d516090

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

Cargo.lock

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/cargotest/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,13 @@ authors = ["Alex Crichton <alex@alexcrichton.com>"]
77
path = "lib.rs"
88

99
[dependencies]
10-
bufstream = "0.1"
1110
cargo = { path = "../.." }
1211
filetime = "0.1"
1312
flate2 = "0.2"
1413
git2 = { version = "0.6", default-features = false }
1514
hamcrest = "=0.1.1"
1615
hex = "0.2"
17-
kernel32-sys = "0.2"
18-
libc = "0.2"
1916
log = "0.3"
20-
serde = "1.0"
2117
serde_json = "1.0"
2218
tar = { version = "0.4", default-features = false }
23-
tempdir = "0.3"
2419
url = "1.1"
25-
winapi = "0.2"

tests/cargotest/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
#![deny(warnings)]
22

3-
extern crate bufstream;
43
extern crate cargo;
54
extern crate filetime;
65
extern crate flate2;
76
extern crate git2;
87
extern crate hamcrest;
98
extern crate hex;
10-
extern crate libc;
11-
extern crate serde;
129
#[macro_use]
1310
extern crate serde_json;
1411
extern crate tar;
15-
extern crate tempdir;
1612
extern crate url;
17-
#[cfg(windows)] extern crate kernel32;
18-
#[cfg(windows)] extern crate winapi;
1913

2014
use std::ffi::OsStr;
2115
use std::time::Duration;

0 commit comments

Comments
 (0)