diff options
| author | Steven Fackler <[email protected]> | 2017-09-20 09:06:46 -0400 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-09-20 09:06:46 -0400 |
| commit | 096db963975e2abf2d2de50936d968004ebe241a (patch) | |
| tree | 16106e06f6f21bcc8c32484e2dc2936fdf48fee7 | |
| parent | Merge pull request #730 from atlaua/aranea/typo (diff) | |
| download | rust-openssl-096db963975e2abf2d2de50936d968004ebe241a.tar.xz rust-openssl-096db963975e2abf2d2de50936d968004ebe241a.zip | |
Pin ctest version to work around panic
| -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" |