Skip to content

Commit f67091c

Browse files
committed
Bump RUST_TOOLCHAIN for CI tests
This commit bumps the version of RUST_TOOLCHAIN and rustfmt-nightly crate for CI tests. The rustfmt-nightly crate has caret version dependencies on rustc* crates that can cause newer dependencies versions to be brought in that do not work with an older nightly toolchain.
1 parent 58e17a1 commit f67091c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci/DockerFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# FROM rustlang/rust:${RUST_TOOLCHAIN}
77
FROM debian:stretch-slim
88

9-
ARG RUST_TOOLCHAIN=nightly-2020-06-09
9+
ARG RUST_TOOLCHAIN=nightly-2020-07-27
1010

1111
ENV RUSTUP_HOME=/usr/local/rustup \
1212
CARGO_HOME=/usr/local/cargo \

.ci/run-repository.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ script_path=$(dirname $(realpath -s $0))
1010
source $script_path/functions/imports.sh
1111
set -euo pipefail
1212

13-
RUST_TOOLCHAIN=${RUST_TOOLCHAIN-nightly-2020-06-09}
13+
RUST_TOOLCHAIN=${RUST_TOOLCHAIN-nightly-2020-07-27}
1414
ELASTICSEARCH_URL=${ELASTICSEARCH_URL-"$elasticsearch_url"}
1515
elasticsearch_container=${elasticsearch_container-}
1616

api_generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ quote = "~0.3"
2020
reduce = "0.1.2"
2121
regex = "1.3.1"
2222
reqwest = "~0.9"
23-
rustfmt-nightly = "1.4.17"
23+
rustfmt-nightly = "1.4.19"
2424
semver = "0.9.0"
2525
serde = "~1"
2626
serde_json = "~1"

0 commit comments

Comments
 (0)