From 068e215728cbf388767d97a81464669cfb27eae7 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 9 May 2015 15:19:12 +0530 Subject: [PATCH] move to compiletest on crates --- Cargo.toml | 4 ++-- tests/compile-test.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 27ff93982b2e..22565ccb76bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ authors = [ name = "clippy" crate_type = ["dylib"] -[dev-dependencies.compiletest] -git = "https://github.com/laumann/compiletest-rs.git" +[dev-dependencies] +compiletest_rs = "*" diff --git a/tests/compile-test.rs b/tests/compile-test.rs index 5008c2aa7046..04f3fc16b1b6 100644 --- a/tests/compile-test.rs +++ b/tests/compile-test.rs @@ -1,4 +1,4 @@ -extern crate compiletest; +extern crate compiletest_rs as compiletest; use std::path::PathBuf;