summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--docker/Dockerfile2
-rw-r--r--rust-toolchain2
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index dea2fc4..7d4d915 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -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.35.0 \
+    RUST_VERSION=1.36.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 2aeaa11..39fc130 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1 +1 @@
-1.35.0
+1.36.0