Skip to content

Commit

Permalink
Upgrade to Rust 1.36.0 (solana-labs#5206)
Browse files Browse the repository at this point in the history
* Upgrade to Rust 1.36.0

* Move test-checks.sh back to stable

* update nightly version to 2019-07-19

* use both nightly and stable for checks
  • Loading branch information
garious authored Jul 21, 2019
1 parent b766ac0 commit 9b1471a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
language: rust
cache: cargo
rust:
- 1.35.0
- 1.36.0

install:
- source ci/rust-version.sh
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-rust/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Note: when the rust version is changed also modify
# ci/rust-version.sh to pick up the new image tag
FROM rust:1.35.0
FROM rust:1.36.0

RUN set -x \
&& apt update \
Expand Down
4 changes: 2 additions & 2 deletions ci/rust-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# $ source ci/rust-version.sh
#

stable_version=1.35.0
nightly_version=2019-06-20
stable_version=1.36.0
nightly_version=2019-07-19

export rust_stable="$stable_version"
export rust_stable_docker_image=solanalabs/rust:"$stable_version"
Expand Down

0 comments on commit 9b1471a

Please sign in to comment.