summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--kokoro/Dockerfile2
-rw-r--r--rust-toolchain2
2 files changed, 2 insertions, 2 deletions
diff --git a/kokoro/Dockerfile b/kokoro/Dockerfile
index b3f42ef..68a910f 100644
--- a/kokoro/Dockerfile
+++ b/kokoro/Dockerfile
@@ -34,7 +34,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.31.0 \
+    RUST_VERSION=1.32.0 \
     RUSTFLAGS='--cfg hermetic'
 
 # Debian usually has an old rust version in the repository. Instead of using that, we use rustup to
diff --git a/rust-toolchain b/rust-toolchain
index 34aae15..359c410 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1 +1 @@
-1.31.0
+1.32.0