Bump to rust 1.75

pull/204/head
Σrebe - Romain GERARD 2023-12-29 09:59:45 +01:00
parent 711f03d5ef
commit bb06b414eb
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" ]
env:
RUST_VERSION: 1.74.1
RUST_VERSION: 1.75.0
BUILD_ARGS: "--release"
BIN_NAME: "wstunnel"

View File

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