aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-09-20 09:06:46 -0400
committerSteven Fackler <[email protected]>2017-09-20 09:06:46 -0400
commit096db963975e2abf2d2de50936d968004ebe241a (patch)
tree16106e06f6f21bcc8c32484e2dc2936fdf48fee7
parentMerge pull request #730 from atlaua/aranea/typo (diff)
downloadrust-openssl-096db963975e2abf2d2de50936d968004ebe241a.tar.xz
rust-openssl-096db963975e2abf2d2de50936d968004ebe241a.zip
Pin ctest version to work around panic
-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"