Skip to content

Commit fdf1bbf

Browse files
authoredFeb 27, 2025
feat(rust): Bump rustc version to 1.85 (#386)
* bump rustc version to 1.85 * bump cargo deny to the `0.18.0`
1 parent e8ff61a commit fdf1bbf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎earthly/rust/Earthfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rust-base:
3131
# This is our base Host toolset, and rustup.
3232
# Never use `rust-toolchain.toml` in CI as it breaks builds.
3333
# The only toolchain supported is the one installed here.
34-
FROM rust:1.83.0-slim-bookworm
34+
FROM rust:1.85.0-slim-bookworm
3535

3636
WORKDIR /root
3737

@@ -365,7 +365,7 @@ REMOVE_SOURCE_FINGERPRINTS:
365365

366366
# TODO(bkioshn): https://github.com/input-output-hk/catalyst-ci/issues/322
367367
# Installing Rust
368-
# Code reference from [rust1.83.0-slim-bookworm](https://github.com/rust-lang/docker-rust/blob/63f877a36f8ba9d9b4b35cd49df3327264510886/stable/bookworm/slim/Dockerfile)
368+
# Code reference from [rust1.85.0-slim-bookworm](https://github.com/rust-lang/docker-rust/blob/63f877a36f8ba9d9b4b35cd49df3327264510886/stable/bookworm/slim/Dockerfile)
369369
INSTALL_RUST:
370370
FUNCTION
371371

@@ -374,7 +374,7 @@ INSTALL_RUST:
374374
ENV RUSTUP_HOME=/usr/local/rustup
375375
ENV CARGO_HOME=/usr/local/cargo
376376
ENV PATH=/usr/local/cargo/bin:$PATH
377-
ENV RUST_VERSION=1.83.0
377+
ENV RUST_VERSION=1.85.0
378378

379379
IF [ "$TARGETARCH" = "amd64" ]
380380
LET PLATFORM = "x86_64-unknown-linux-gnu"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.83"
2+
channel = "1.85"
33
profile = "default"

‎earthly/rust/tools/Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tool-refinery:
5353
DO +CARGO_BINSTALL --package=refinery_cli --version=0.8.14 --executable=refinery
5454

5555
tool-cargo-deny:
56-
DO +CARGO_BINSTALL --package=cargo-deny --version=0.16.1
56+
DO +CARGO_BINSTALL --package=cargo-deny --version=0.18.0
5757

5858
tool-cargo-modules:
5959
DO +CARGO_BINSTALL --package=cargo-modules --version=0.17.0 --test_param="--help"

‎examples/rust/rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.83"
2+
channel = "1.85"
33
profile = "default"

0 commit comments

Comments
 (0)