diff options
| author | Steven Fackler <[email protected]> | 2018-03-10 16:35:59 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-03-10 16:35:59 -0800 |
| commit | 11f35dd5667f914652d547f452b7768069d4fa4f (patch) | |
| tree | 32ef8a18d706a6638846887d45a8d9e70b502ed9 | |
| parent | Add one more set of impls (diff) | |
| parent | Bump 1.1.1 to pre2 (diff) | |
| download | rust-openssl-11f35dd5667f914652d547f452b7768069d4fa4f.tar.xz rust-openssl-11f35dd5667f914652d547f452b7768069d4fa4f.zip | |
Merge pull request #867 from sfackler/1.1.1-pre2
Bump 1.1.1 to pre2
| -rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index af6536da..4363e376 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,7 +92,7 @@ macos_job: &MACOS_JOB openssl_111: &OPENSSL_111 LIBRARY: openssl - VERSION: 1.1.1-pre1 + VERSION: 1.1.1-pre2 openssl_110: &OPENSSL_110 LIBRARY: openssl VERSION: 1.1.0g |