diff --git a/Cargo.toml b/Cargo.toml index 2abf2e0..7f85b10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] [workspace.package] version = "0.11.7" -rust-version = "1.91" +rust-version = "1.92" edition = "2024" description = "A CalDAV server" documentation = "https://lennart-k.github.io/rustical/" diff --git a/Dockerfile b/Dockerfile index 21e7830..0785dc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM rust:1.91-alpine AS chef +FROM --platform=$BUILDPLATFORM rust:1.92-alpine AS chef ARG TARGETPLATFORM ARG BUILDPLATFORM