Upgrade to Rust 1.24.0 (#363)

Upgrade to Rust 1.24.0
This commit is contained in:
Oliver Gould 2018-02-16 14:37:29 -08:00 committed by GitHub
parent 64f270b631
commit c454ac413c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -310,6 +310,8 @@ yarn karma start --single-run
These commands assume a working [Rust](https://www.rust-lang.org)
environment.
Note that we _only_ support the most recent `stable` version of Rust.
To build and run the Rust proxy:
```bash

View File

@ -7,7 +7,7 @@
# When PROXY_SKIP_TESTS is set and not empty, tests are not run. Otherwise, tests are run
# against either unoptimized or optimized proxy code, according to PROXY_UNOPTIMIZED.
ARG RUST_IMAGE=rust:1.23.0
ARG RUST_IMAGE=rust:1.24.0
ARG RUNTIME_IMAGE=gcr.io/runconduit/base:2017-10-30.01
## Builds the proxy as incrementally as possible.