diff options
| -rw-r--r-- | systest/Cargo.toml | 2 |
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" |