Bump Rust version to 1.60.0

This commit is contained in:
Quentin Gliech
2022-04-08 09:20:19 +02:00
parent dc66765d1b
commit eed0c9b4b8

View File

@@ -12,7 +12,7 @@
# The Debian version and version name must be in sync
ARG DEBIAN_VERSION=11
ARG DEBIAN_VERSION_NAME=bullseye
ARG RUSTC_VERSION=1.59.0
ARG RUSTC_VERSION=1.60.0
ARG NODEJS_VERSION=16
## Build stage that builds the static files/frontend ##