]> git.lizzy.rs Git - rust.git/commitdiff
move to compiletest on crates
authorManish Goregaokar <manishsmail@gmail.com>
Sat, 9 May 2015 09:49:12 +0000 (15:19 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sat, 9 May 2015 09:49:12 +0000 (15:19 +0530)
Cargo.toml
tests/compile-test.rs

index 27ff93982b2e6848cbbf01430df64810af5eea59..22565ccb76bbaa4f824d4dd006063e3efc44abcb 100644 (file)
@@ -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 = "*"
index 5008c2aa7046ee944d344b00c6a8a277187f0c55..04f3fc16b1b69e8ca8a7054852ebd3b46fef420e 100644 (file)
@@ -1,4 +1,4 @@
-extern crate compiletest;
+extern crate compiletest_rs as compiletest;
 
 use std::path::PathBuf;