Skip to content

Commit

Permalink
Upgrade to rust 1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Oct 3, 2019
1 parent f9f5bc2 commit f45f4f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -78,7 +78,7 @@ $ source $HOME/.cargo/env
$ rustup component add rustfmt
```

If your rustc version is lower than 1.37.0, please update it:
If your rustc version is lower than 1.38.0, please update it:

```bash
$ rustup update
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-rust/Dockerfile
@@ -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.37.0
FROM rust:1.38.0

# Add Google Protocol Buffers for Libra's metrics library.
ENV PROTOC_VERSION 3.8.0
Expand Down
4 changes: 2 additions & 2 deletions ci/rust-version.sh
Expand Up @@ -13,8 +13,8 @@
# $ source ci/rust-version.sh
#

stable_version=1.37.0
nightly_version=2019-08-21
stable_version=1.38.0
nightly_version=2019-09-25

export rust_stable="$stable_version"
export rust_stable_docker_image=solanalabs/rust:"$stable_version"
Expand Down
2 changes: 1 addition & 1 deletion crate-features/README.md
Expand Up @@ -36,7 +36,7 @@ This information is not readily available from the stock `cargo` program, so use
the following steps to produce a custom `cargo` program that will output the
necessary feature information to stderr during a build:
```bash
$ git clone git@github.com:rust-lang/cargo.git -b rust-1.37.0
$ git clone git@github.com:rust-lang/cargo.git -b rust-1.38.0
$ cd cargo
$ git apply 0001-Print-package-features.patch
$ cargo build
Expand Down

0 comments on commit f45f4f2

Please sign in to comment.