File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22name = " rust-seed"
33version = " 0.0.0-development"
44edition = " 2024"
5- rust-version = " 1.89 .0"
5+ rust-version = " 1.90 .0"
66authors = [" Kristof Mattei" ]
77description = " Rust seed application"
88license = " MIT"
Original file line number Diff line number Diff line change 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
44ARG APPLICATION_NAME
55ARG DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " 1.89 .0"
2+ channel = " 1.90 .0"
33components = [" cargo" , " clippy" , " rustfmt" ]
44profile = " minimal"
You can’t perform that action at this time.
0 commit comments