bump rust version to 1.83
This commit is contained in:
parent
38180e70f6
commit
ee4d087577
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" ]
|
||||
|
||||
env:
|
||||
RUST_VERSION: 1.80.1
|
||||
RUST_VERSION: 1.83.0
|
||||
BIN_NAME: "wstunnel"
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -2,7 +2,7 @@ ARG BUILDER_IMAGE=builder_cache
|
|||
|
||||
############################################################
|
||||
# Cache image with all the deps
|
||||
FROM rust:1.80-bookworm AS builder_cache
|
||||
FROM rust:1.83-bookworm AS builder_cache
|
||||
|
||||
RUN rustup component add rustfmt clippy
|
||||
|
||||
|
|
Loading…
Reference in a new issue