Skip to content

Commit

Permalink
Bump Rust to 1.74 (#1312)
Browse files Browse the repository at this point in the history
clap_lex failed building with the older version.
  • Loading branch information
christian-schilling authored Feb 21, 2024
1 parent 8afe7d6 commit 1133f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV PATH=/usr/local/cargo/bin:${PATH}

ARG ARCH
ARG RUSTUP_VERSION=1.26.0
ARG RUST_VERSION=1.72.1
ARG RUST_VERSION=1.74
ARG RUST_ARCH=${ARCH}-unknown-linux-musl

# https://github.com/sfackler/rust-openssl/issues/1462
Expand Down

0 comments on commit 1133f58

Please sign in to comment.