From 17f570d48123ba8227c5996a785080aef3944ab7 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sun, 7 Apr 2019 11:40:35 -0700 Subject: [PATCH 1/2] Revert "Move to libtest" This reverts commit 64ecab27021b49b1286577a8d54323819273d611. --- Cargo.toml | 3 +-- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b99fa4d..c0cd769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compiletest_rs" -version = "0.3.20" +version = "0.3.19" authors = [ "The Rust Project Developers" , "Thomas Bracht Laumann Jespersen " , "Manish Goregaokar " @@ -26,7 +26,6 @@ serde_json = "1.0" serde_derive = "1.0" rustfix = "0.4.1" tester = { version = "0.5", optional = true } -libtest = "0.0.1" [target."cfg(unix)".dependencies] libc = "0.2" diff --git a/src/lib.rs b/src/lib.rs index 0124c73..ec58872 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -20,7 +20,7 @@ extern crate rustc; #[cfg(unix)] extern crate libc; -extern crate libtest as test; +extern crate test; #[cfg(feature = "tmp")] extern crate tempfile; From 913d01de1a45dd0913811d62b5d48b4fa64b5074 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sun, 7 Apr 2019 11:43:26 -0700 Subject: [PATCH 2/2] Bump version to 0.3.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c0cd769..10932ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compiletest_rs" -version = "0.3.19" +version = "0.3.21" authors = [ "The Rust Project Developers" , "Thomas Bracht Laumann Jespersen " , "Manish Goregaokar "