From 3a9e30f6c9741f6fc3fa4eae320d56730c21e15b Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Sun, 3 Mar 2019 14:58:13 +0100 Subject: Use libtest from crates.io --- src/libtest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libtest') diff --git a/src/libtest/Cargo.toml b/src/libtest/Cargo.toml index a9a145c081f..26ac7888184 100644 --- a/src/libtest/Cargo.toml +++ b/src/libtest/Cargo.toml @@ -10,7 +10,7 @@ path = "lib.rs" crate-type = ["dylib", "rlib"] [dependencies] -libtest = { version = "0.0.0", git = "https://github.com/gnzlbg/libtest" } +libtest = { version = "0.0.1" } # not actually used but needed to always have proc_macro in the sysroot proc_macro = { path = "../libproc_macro" } -- cgit 1.4.1-3-g733a5