Bump to Rust 1.74.1
This commit is contained in:
parent
0043886411
commit
c766b89553
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.73.0
|
RUST_VERSION: 1.74.1
|
||||||
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.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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue