summaryrefslogtreecommitdiff
path: root/systest
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@palantir.com>2017-09-20 09:06:46 -0400
committerSteven Fackler <sfackler@palantir.com>2017-09-20 09:06:46 -0400
commit096db963975e2abf2d2de50936d968004ebe241a (patch)
tree16106e06f6f21bcc8c32484e2dc2936fdf48fee7 /systest
parent9c923dd93a198091c29dff30c6d93f8d746b956c (diff)
downloadrust-openssl-096db963975e2abf2d2de50936d968004ebe241a.zip
Pin ctest version to work around panic
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 3997bf35..ef159270 100644
--- a/systest/Cargo.toml
+++ b/systest/Cargo.toml
@@ -9,4 +9,4 @@ libc = "0.2"
openssl-sys = { path = "../openssl-sys" }
[build-dependencies]
-ctest = "0.1"
+ctest = "=0.1.4"