From 096db963975e2abf2d2de50936d968004ebe241a Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 20 Sep 2017 09:06:46 -0400 Subject: [PATCH] Pin ctest version to work around panic --- systest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"