We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2056b1 + 64ecab2 commit 3e99253Copy full SHA for 3e99253
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "compiletest_rs"
3
-version = "0.3.19"
+version = "0.3.20"
4
authors = [ "The Rust Project Developers"
5
, "Thomas Bracht Laumann Jespersen <laumann.thomas@gmail.com>"
6
, "Manish Goregaokar <manishsmail@gmail.com>"
@@ -26,6 +26,7 @@ serde_json = "1.0"
26
serde_derive = "1.0"
27
rustfix = "0.4.1"
28
tester = { version = "0.5", optional = true }
29
+libtest = "0.0.1"
30
31
[target."cfg(unix)".dependencies]
32
libc = "0.2"
src/lib.rs
@@ -20,7 +20,7 @@ extern crate rustc;
20
21
#[cfg(unix)]
22
extern crate libc;
23
-extern crate test;
+extern crate libtest as test;
24
25
#[cfg(feature = "tmp")] extern crate tempfile;
0 commit comments