Skip to content

Commit 9c5ffb5

Browse files
authored
Merge pull request #174 from laumann/rustup
Revert "move to libtest"
2 parents 3e99253 + 913d01d commit 9c5ffb5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compiletest_rs"
3-
version = "0.3.20"
3+
version = "0.3.21"
44
authors = [ "The Rust Project Developers"
55
, "Thomas Bracht Laumann Jespersen <[email protected]>"
66
, "Manish Goregaokar <[email protected]>"
@@ -26,7 +26,6 @@ serde_json = "1.0"
2626
serde_derive = "1.0"
2727
rustfix = "0.4.1"
2828
tester = { version = "0.5", optional = true }
29-
libtest = "0.0.1"
3029

3130
[target."cfg(unix)".dependencies]
3231
libc = "0.2"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extern crate rustc;
2020

2121
#[cfg(unix)]
2222
extern crate libc;
23-
extern crate libtest as test;
23+
extern crate test;
2424

2525
#[cfg(feature = "tmp")] extern crate tempfile;
2626

0 commit comments

Comments
 (0)