Skip to content

Commit

Permalink
Bump to Rust 1.74.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Dec 19, 2023
1 parent 0043886 commit c766b89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main" ]

env:
RUST_VERSION: 1.73.0
RUST_VERSION: 1.74.1
BUILD_ARGS: "--release"
BIN_NAME: "wstunnel"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BUILDER_IMAGE=builder_cache

############################################################
# 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

Expand Down

0 comments on commit c766b89

Please sign in to comment.