Bump to rust 1.75
This commit is contained in:
parent
711f03d5ef
commit
bb06b414eb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUST_VERSION: 1.74.1
|
RUST_VERSION: 1.75.0
|
||||||
BUILD_ARGS: "--release"
|
BUILD_ARGS: "--release"
|
||||||
BIN_NAME: "wstunnel"
|
BIN_NAME: "wstunnel"
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ ARG BUILDER_IMAGE=builder_cache
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# Cache image with all the deps
|
# 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
|
RUN rustup component add rustfmt clippy
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue