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 3e99253 + 913d01d commit 9c5ffb5Copy full SHA for 9c5ffb5
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "compiletest_rs"
3
-version = "0.3.20"
+version = "0.3.21"
4
authors = [ "The Rust Project Developers"
5
, "Thomas Bracht Laumann Jespersen <laumann.thomas@gmail.com>"
6
, "Manish Goregaokar <manishsmail@gmail.com>"
@@ -26,7 +26,6 @@ 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 libtest as test;
+extern crate test;
24
25
#[cfg(feature = "tmp")] extern crate tempfile;
0 commit comments