From 5251eab48fc0d6210c6b7433590e353833c5a5cb Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 20 Sep 2017 10:37:18 -0400 Subject: [PATCH] Unpin ctest --- systest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systest/Cargo.toml b/systest/Cargo.toml index ef159270f..3997bf35e 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.4" +ctest = "0.1" -- GitLab