mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
rust-toolchain: upgrade to Rust 1.35.0
BUG=None TEST=docker/wrapped_smoke_test.sh Change-Id: I0a159d9b54d97098d633ce80b92eeb48eb5c4b55 Signed-off-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1632036 Reviewed-by: Zach Reizner <zachr@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
ee42b8cab0
commit
99c65d41f8
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y \
|
|||
ENV RUSTUP_HOME=/usr/local/rustup \
|
||||
CARGO_HOME=/usr/local/cargo \
|
||||
PATH=/usr/local/cargo/bin:$PATH \
|
||||
RUST_VERSION=1.33.0 \
|
||||
RUST_VERSION=1.35.0 \
|
||||
RUSTFLAGS='--cfg hermetic'
|
||||
|
||||
# Debian usually has an old rust version in the repository. Instead of using that, we use rustup to
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.33.0
|
||||
1.35.0
|
||||
|
|
Loading…
Reference in a new issue