This commit is contained in:
arrelin
2025-12-15 19:09:27 +03:00
parent 49a0398169
commit 0115f7674c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "family_budget"
version = "0.1.0"
edition = "2021"
edition = "2024"
[dependencies]
tokio = { version = "1.48.0", features = ["full"] }

View File

@@ -1,4 +1,4 @@
FROM rust:1.83 AS builder
FROM rust:1.92.0 AS builder
WORKDIR /app