Skip to content

Commit c90caf5

Browse files
committed
Bump Rust version to 1.75.0 for builders 0018
1 parent 401557b commit c90caf5

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

builders/Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.73.0-alpine
1+
FROM rust:1.75.0-alpine
22

33
RUN apk add --no-cache ca-certificates build-base
44

builders/Dockerfile.centos7

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
2626

2727
RUN wget "https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init" \
2828
&& chmod +x rustup-init \
29-
&& ./rustup-init -y --no-modify-path --profile minimal --default-toolchain 1.73.0 \
29+
&& ./rustup-init -y --no-modify-path --profile minimal --default-toolchain 1.75.0 \
3030
&& rm rustup-init \
3131
&& chmod -R a+w $RUSTUP_HOME $CARGO_HOME \
3232
&& rustup --version \

builders/Dockerfile.cross

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.73.0-bullseye
1+
FROM rust:1.75.0-bullseye
22

33
# Install build dependencies
44
RUN apt-get update \

builders/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ versions of the builder images.
2424
- Remove Go dev environment from `cosmwasm/go-ext-builder:XXXX-alpine`
2525
- Write x86_64 muslc output in `libwasmvm_muslc.x86_64.a` instead of
2626
`libwasmvm_muslc.a`
27+
- Update Rust to 1.75.0.
2728

2829
**Version 0017:**
2930

docs/COMPILER_VERSIONS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ We currently use the following version:
6363

6464
| Type | Rust version | Note |
6565
| ------------------------ | ------------ | --------------------------------- |
66-
| Production Rust compiler | 1.73.0 | Builders version 0017 |
66+
| Production Rust compiler | 1.75.0 | Builders version 0018 |
6767
| Min Rust compiler | 1.70.0 | Supports builder versions >= 0017 |
6868
| Tooling Rust compiler | 1.70.0 | |

0 commit comments

Comments
 (0)