Skip to content

Commit 3e99253

Browse files
authored
Merge pull request #162 from laumann/rustup
Move to libtest
2 parents e2056b1 + 64ecab2 commit 3e99253

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compiletest_rs"
3-
version = "0.3.19"
3+
version = "0.3.20"
44
authors = [ "The Rust Project Developers"
55
, "Thomas Bracht Laumann Jespersen <[email protected]>"
66
, "Manish Goregaokar <[email protected]>"
@@ -26,6 +26,7 @@ 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"
2930

3031
[target."cfg(unix)".dependencies]
3132
libc = "0.2"

src/lib.rs

+1-1
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 test;
23+
extern crate libtest as test;
2424

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

0 commit comments

Comments
 (0)