Upgrade Rust to 1.72.0

Fixes new clippy errors and upgrade other tools
This commit is contained in:
Quentin Gliech
2023-08-28 17:40:49 +02:00
parent 4495a5eca8
commit ea7299a14a
15 changed files with 38 additions and 29 deletions

View File

@@ -12,14 +12,15 @@
# The Debian version and version name must be in sync
ARG DEBIAN_VERSION=11
ARG DEBIAN_VERSION_NAME=bullseye
ARG RUSTC_VERSION=1.71.0
ARG RUSTC_VERSION=1.72.0
# XXX: Upgrade to 0.10.0 blocked by https://github.com/ziglang/zig/issues/10915#issuecomment-1354548110
# XXX: Upgrade to 0.11.0 blocked by https://github.com/rust-cross/cargo-zigbuild/issues/162
ARG ZIG_VERSION=0.9.1
ARG NODEJS_VERSION=18.16.1
ARG OPA_VERSION=0.54.0
ARG NODEJS_VERSION=18.17.1
ARG OPA_VERSION=0.55.0
ARG CARGO_AUDITABLE_VERSION=0.6.1
ARG CARGO_CHEF_VERSION=0.1.61
ARG CARGO_ZIGBUILD_VERSION=0.16.12
ARG CARGO_CHEF_VERSION=0.1.62
ARG CARGO_ZIGBUILD_VERSION=0.17.1
##########################################
## Build stage that builds the frontend ##