Upgrade Rust stable to 1.30.1

Fixes `cargo doc`
This commit is contained in:
Greg Fitzgerald 2018-11-09 07:32:03 -07:00 committed by Grimes
parent fb59f73c1a
commit 0a85347a0d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
steps:
- command: "ci/docker-run.sh solanalabs/rust:1.30.0 ci/test-stable.sh"
- command: "ci/docker-run.sh solanalabs/rust:1.30.1 ci/test-stable.sh"
name: "stable [public]"
env:
CARGO_TARGET_CACHE_NAME: "stable"

View File

@ -1,6 +1,6 @@
# Note: when the rust version is changed also modify
# ci/buildkite.yml to pick up the new image tag
FROM rust:1.30.0
FROM rust:1.30.1
RUN set -x && \
apt update && \