diff options
| author | Steven Fackler <[email protected]> | 2018-09-11 09:06:22 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2018-09-11 09:06:22 -0700 |
| commit | 8d5a91c33484542e2ec17b711cf162937f3bc1b3 (patch) | |
| tree | 7d001100bd809be905c0fe1ae13d11e4bac7438f | |
| parent | clean up example (diff) | |
| download | rust-openssl-8d5a91c33484542e2ec17b711cf162937f3bc1b3.tar.xz rust-openssl-8d5a91c33484542e2ec17b711cf162937f3bc1b3.zip | |
Bump to 1.1.1 release
| -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 cc4f77aa..2cc6cced 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,7 +95,7 @@ vendored: &VENDORED LIBRARY: "" openssl_111: &OPENSSL_111 LIBRARY: openssl - VERSION: 1.1.1-pre9 + VERSION: 1.1.1 openssl_110: &OPENSSL_110 LIBRARY: openssl VERSION: 1.1.0i |