Skip to content

Commit

Permalink
Use libtest from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Mar 19, 2019
1 parent 2957c4c commit 3a9e30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libtest/Cargo.toml
Expand Up @@ -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" }

0 comments on commit 3a9e30f

Please sign in to comment.