mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
rust-toolchain: upgrade to Rust 1.33.0
BUG=None TEST=build_test CQ-DEPEND=CL:1534743 Change-Id: Ic2d9a89dd65b995510b97221e34653442be10cfa Signed-off-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1534964 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: David Tolnay <dtolnay@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: David Tolnay <dtolnay@chromium.org>
This commit is contained in:
parent
0159e5ada2
commit
939997566d
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 \
|
ENV RUSTUP_HOME=/usr/local/rustup \
|
||||||
CARGO_HOME=/usr/local/cargo \
|
CARGO_HOME=/usr/local/cargo \
|
||||||
PATH=/usr/local/cargo/bin:$PATH \
|
PATH=/usr/local/cargo/bin:$PATH \
|
||||||
RUST_VERSION=1.32.0 \
|
RUST_VERSION=1.33.0 \
|
||||||
RUSTFLAGS='--cfg hermetic'
|
RUSTFLAGS='--cfg hermetic'
|
||||||
|
|
||||||
# Debian usually has an old rust version in the repository. Instead of using that, we use rustup to
|
# Debian usually has an old rust version in the repository. Instead of using that, we use rustup to
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.32.0
|
1.33.0
|
||||||
|
|
Loading…
Reference in a new issue