Bump to Rust 1.74.1

This commit is contained in:
Σrebe - Romain GERARD 2023-12-19 23:08:05 +01:00
parent 0043886411
commit c766b89553
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ on:
branches: [ "main" ] branches: [ "main" ]
env: env:
RUST_VERSION: 1.73.0 RUST_VERSION: 1.74.1
BUILD_ARGS: "--release" BUILD_ARGS: "--release"
BIN_NAME: "wstunnel" BIN_NAME: "wstunnel"

View file

@ -2,7 +2,7 @@ ARG BUILDER_IMAGE=builder_cache
############################################################ ############################################################
# Cache image with all the deps # Cache image with all the deps
FROM rust:1.73-bookworm AS builder_cache FROM rust:1.74-bookworm AS builder_cache
RUN rustup component add rustfmt clippy RUN rustup component add rustfmt clippy