Skip to content

Commit c94d7e6

Browse files
Merge pull request #2128 from kristof-mattei/renovate/rust
chore(deps): update rust to v1.90.0
2 parents c1ed899 + b2a2c2d commit c94d7e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rust-seed"
33
version = "0.0.0-development"
44
edition = "2024"
5-
rust-version = "1.89.0"
5+
rust-version = "1.90.0"
66
authors = ["Kristof Mattei"]
77
description = "Rust seed application"
88
license = "MIT"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Rust toolchain setup
2-
FROM --platform=${BUILDPLATFORM} rust:1.89.0-trixie@sha256:57407b378b2b6e07b48a6135a20c87cc22ea6e249c0acf6cb1833ead3cf116e9 AS rust-base
2+
FROM --platform=${BUILDPLATFORM} rust:1.90.0-trixie@sha256:eabb786e74b520e7ea45baca03ea20c3e8c6dc037c392d457badf05d8e5818b5 AS rust-base
33

44
ARG APPLICATION_NAME
55
ARG DEBIAN_FRONTEND=noninteractive

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.89.0"
2+
channel = "1.90.0"
33
components = ["cargo", "clippy", "rustfmt"]
44
profile = "minimal"

0 commit comments

Comments
 (0)