bump Rust version to 1.92

This commit is contained in:
Lennart
2025-12-30 19:10:05 +01:00
parent e0ba34baea
commit d44a172261
2 changed files with 2 additions and 2 deletions

View File

@@ -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/"

View File

@@ -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