diff options
| author | Steven Fackler <[email protected]> | 2018-06-28 10:40:50 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-06-28 10:40:50 -0700 |
| commit | 917236c108267a3f7b4e449fc73ffef82d4c4def (patch) | |
| tree | cbca299b623fe6d54f3d75c0581d989cfd70edf0 | |
| parent | Merge pull request #950 from WanzenBug/master (diff) | |
| download | rust-openssl-917236c108267a3f7b4e449fc73ffef82d4c4def.tar.xz rust-openssl-917236c108267a3f7b4e449fc73ffef82d4c4def.zip | |
Bump to openssl 1.1.1-pre8
| -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 9168a1a1..1e96d5f2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -91,7 +91,7 @@ macos_job: &MACOS_JOB openssl_111: &OPENSSL_111 LIBRARY: openssl - VERSION: 1.1.1-pre7 + VERSION: 1.1.1-pre8 openssl_110: &OPENSSL_110 LIBRARY: openssl VERSION: 1.1.0h |