aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-12-15 21:42:05 -0500
committerSteven Fackler <[email protected]>2017-12-15 21:42:05 -0500
commit138884f5b83d08b91b56fe719f69f97b6bc48efb (patch)
tree9e082eedc5ebb826c43690427c381f5de52a1903
parentImpl Send + Sync for x509 stuff (diff)
downloadrust-openssl-138884f5b83d08b91b56fe719f69f97b6bc48efb.tar.xz
rust-openssl-138884f5b83d08b91b56fe719f69f97b6bc48efb.zip
Bump CI versions
-rw-r--r--.circleci/config.yml2
-rw-r--r--appveyor.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index d1648b37..f9791eaf 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -95,7 +95,7 @@ openssl_110: &OPENSSL_110
VERSION: 1.1.0g
openssl_102: &OPENSSL_102
LIBRARY: openssl
- VERSION: 1.0.2m
+ VERSION: 1.0.2n
openssl_101: &OPENSSL_101
LIBRARY: openssl
VERSION: 1.0.1u
diff --git a/appveyor.yml b/appveyor.yml
index bae5d621..0fbe363a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,10 +15,10 @@ environment:
- TARGET: x86_64-pc-windows-gnu
BITS: 64
MSYS2: 1
- OPENSSL_VERSION: 1_0_2m
+ OPENSSL_VERSION: 1_0_2n
- TARGET: i686-pc-windows-msvc
BITS: 32
- OPENSSL_VERSION: 1_0_2m
+ OPENSSL_VERSION: 1_0_2n
OPENSSL_DIR: C:\OpenSSL
- TARGET: x86_64-pc-windows-msvc
VCPKG_DEFAULT_TRIPLET: x64-windows