Skip to content

Commit 3a9e30f

Browse files
committed
Use libtest from crates.io
1 parent 2957c4c commit 3a9e30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "lib.rs"
1010
crate-type = ["dylib", "rlib"]
1111

1212
[dependencies]
13-
libtest = { version = "0.0.0", git = "https://github.com/gnzlbg/libtest" }
13+
libtest = { version = "0.0.1" }
1414

1515
# not actually used but needed to always have proc_macro in the sysroot
1616
proc_macro = { path = "../libproc_macro" }

0 commit comments

Comments
 (0)