Use libtest from crates.io

This commit is contained in:
gnzlbg 2019-03-03 14:58:13 +01:00
parent 2957c4c42e
commit 3a9e30f6c9

View File

@ -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" }