diff options
| author | Steven Fackler <[email protected]> | 2017-09-20 10:37:18 -0400 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-09-20 10:37:18 -0400 |
| commit | 5251eab48fc0d6210c6b7433590e353833c5a5cb (patch) | |
| tree | 71f7d2a2fd42121ac41852f2901bc503633476a1 | |
| parent | Release v0.9.18 (diff) | |
| download | rust-openssl-5251eab48fc0d6210c6b7433590e353833c5a5cb.tar.xz rust-openssl-5251eab48fc0d6210c6b7433590e353833c5a5cb.zip | |
Unpin ctest
| -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 ef159270..3997bf35 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" |