summaryrefslogtreecommitdiff
path: root/systest
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-11-10 07:28:42 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-11-10 07:28:42 -0800
commit268ecc0b7d75d9712ca11ddcde04a80e73add358 (patch)
tree0f06ca68a56dfa28e59080eb0a93ce6c3b5b360c /systest
parent5ad621e2017c7274dc7f4b198d55cf28e4754f28 (diff)
downloadssh2-rs-268ecc0b7d75d9712ca11ddcde04a80e73add358.zip
Depend on systest from crates.io
Diffstat (limited to 'systest')
-rw-r--r--systest/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/systest/Cargo.toml b/systest/Cargo.toml
index af981da..a9a3a99 100644
--- a/systest/Cargo.toml
+++ b/systest/Cargo.toml
@@ -9,4 +9,4 @@ libssh2-sys = { path = "../libssh2-sys" }
libc = "0.1"
[build-dependencies]
-ctest = { git = "https://github.com/alexcrichton/ctest" }
+ctest = "0.1"