about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libtest/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }