Bump to 1.20.0
This commit is contained in:
parent
77448362ce
commit
69652d5dad
|
|
@ -17,7 +17,7 @@ save_openssl: &SAVE_OPENSSL
|
||||||
paths:
|
paths:
|
||||||
- /openssl
|
- /openssl
|
||||||
deps_key: &DEPS_KEY
|
deps_key: &DEPS_KEY
|
||||||
key: deps-1.19.0-{{ checksum "Cargo.lock" }}-{{ checksum "~/lib_key" }}-2
|
key: deps-1.20.0-{{ checksum "Cargo.lock" }}-{{ checksum "~/lib_key" }}-2
|
||||||
restore_deps: &RESTORE_DEPS
|
restore_deps: &RESTORE_DEPS
|
||||||
restore_cache:
|
restore_cache:
|
||||||
<<: *DEPS_KEY
|
<<: *DEPS_KEY
|
||||||
|
|
@ -31,7 +31,7 @@ save_deps: &SAVE_DEPS
|
||||||
job: &JOB
|
job: &JOB
|
||||||
working_directory: ~/build
|
working_directory: ~/build
|
||||||
docker:
|
docker:
|
||||||
- image: rust:1.19.0
|
- image: rust:1.20.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: apt-get update
|
- run: apt-get update
|
||||||
|
|
@ -77,7 +77,7 @@ macos_job: &MACOS_JOB
|
||||||
- checkout
|
- checkout
|
||||||
- run: sudo mkdir /opt
|
- run: sudo mkdir /opt
|
||||||
- run: sudo chown -R $USER /usr/local /opt
|
- run: sudo chown -R $USER /usr/local /opt
|
||||||
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.19.0
|
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.20.0
|
||||||
- run: sudo ln -s $CARGO_HOME/bin/* /usr/local/bin
|
- run: sudo ln -s $CARGO_HOME/bin/* /usr/local/bin
|
||||||
- *RESTORE_REGISTRY
|
- *RESTORE_REGISTRY
|
||||||
- run: cargo generate-lockfile
|
- run: cargo generate-lockfile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue