summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorSameer <11097096+sameer@users.noreply.github.com>2018-11-21 15:26:22 -0500
committerSameer <11097096+sameer@users.noreply.github.com>2018-11-21 15:55:06 -0500
commitad614ada7e0d886f21edd8585d6e1d234a327aeb (patch)
tree52fe7cec42887b891f2e9cff660a0b5b003fa1b4 /.circleci
parent38a4dccceb3049930091ace4275fd8e11f2c9ba9 (diff)
downloadrust-openssl-ad614ada7e0d886f21edd8585d6e1d234a327aeb.zip
Bump minimum supported rustc to 1.24.1
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7e6593f9..7a8d4e5f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -17,7 +17,7 @@ save_openssl: &SAVE_OPENSSL
paths:
- /openssl
deps_key: &DEPS_KEY
- key: deps-1.20.0-{{ checksum "Cargo.lock" }}-{{ checksum "~/lib_key" }}-2
+ key: deps-1.24.1-{{ checksum "Cargo.lock" }}-{{ checksum "~/lib_key" }}-2
restore_deps: &RESTORE_DEPS
restore_cache:
<<: *DEPS_KEY
@@ -31,7 +31,7 @@ save_deps: &SAVE_DEPS
job: &JOB
working_directory: ~/build
docker:
- - image: rust:1.20.0
+ - image: rust:1.24.1
steps:
- checkout
- run: apt-get update
@@ -74,7 +74,7 @@ macos_job: &MACOS_JOB
- checkout
- run: sudo mkdir /opt
- run: sudo chown -R $USER /usr/local /opt
- - run: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.20.0
+ - run: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.24.1
- run: sudo ln -s $CARGO_HOME/bin/* /usr/local/bin
- run: cargo generate-lockfile --verbose
- run: echo "homebrew-x86_64-apple-darwin" > ~/lib_key
@@ -134,7 +134,7 @@ jobs:
musl-vendored:
<<: *JOB
docker:
- - image: rust:1.21.0
+ - image: rust:1.24.1
environment:
<<: [*VENDORED, *MUSL, *BASE]
x86_64-vendored: