diff options
| author | gnzlbg <gonzalobg88@gmail.com> | 2019-03-03 14:58:13 +0100 |
|---|---|---|
| committer | gnzlbg <gonzalobg88@gmail.com> | 2019-03-19 13:58:47 +0100 |
| commit | 3a9e30f6c9741f6fc3fa4eae320d56730c21e15b (patch) | |
| tree | d5fcb5ddc59b0be3b9ae97f5a423e81aecd2786c /src/libtest | |
| parent | 2957c4c42eb282dd0c81f5231ed76235e08b4882 (diff) | |
| download | rust-3a9e30f6c9741f6fc3fa4eae320d56730c21e15b.tar.gz rust-3a9e30f6c9741f6fc3fa4eae320d56730c21e15b.zip | |
Use libtest from crates.io
Diffstat (limited to 'src/libtest')
| -rw-r--r-- | src/libtest/Cargo.toml | 2 |
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" } |
