diff options
| author | Steven Fackler <[email protected]> | 2018-08-27 21:42:05 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2018-08-27 21:42:35 -0700 |
| commit | 5cd0581e8e88cb39b59a3541d013660bfdf5a6d6 (patch) | |
| tree | edb4500255a6e6c4d45dd14e352e219a52d8a6bd | |
| parent | Fix doc reference (diff) | |
| download | rust-openssl-5cd0581e8e88cb39b59a3541d013660bfdf5a6d6.tar.xz rust-openssl-5cd0581e8e88cb39b59a3541d013660bfdf5a6d6.zip | |
Bump versions
| -rw-r--r-- | .circleci/config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index b188695b..cc4f77aa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,13 +95,13 @@ vendored: &VENDORED LIBRARY: "" openssl_111: &OPENSSL_111 LIBRARY: openssl - VERSION: 1.1.1-pre8 + VERSION: 1.1.1-pre9 openssl_110: &OPENSSL_110 LIBRARY: openssl - VERSION: 1.1.0h + VERSION: 1.1.0i openssl_102: &OPENSSL_102 LIBRARY: openssl - VERSION: 1.0.2o + VERSION: 1.0.2p openssl_101: &OPENSSL_101 LIBRARY: openssl VERSION: 1.0.1u |