neueres rust verwenden
Some checks failed
Build Docker Image (Podman) / build (push) Failing after 14m29s

This commit is contained in:
Eric Neuber 2026-03-18 17:57:26 +01:00
parent 68140a0c45
commit ca43d6b9a5
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "paramod"
version = "__VERSION__"
edition = "2021"
edition = "2024"
[dependencies]
serde_yaml = "0.9"

View File

@ -1,6 +1,6 @@
# Build Stage
FROM rust:1.81 as builder
FROM rust:1.85 as builder
WORKDIR /usr/src/app