diff --git a/backend/Cargo.toml b/backend/Cargo.toml index fe4aa6f..acb85a8 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "family_budget" version = "0.1.0" -edition = "2021" +edition = "2024" [dependencies] tokio = { version = "1.48.0", features = ["full"] } diff --git a/backend/Dockerfile b/backend/Dockerfile index 572b18a..9409a2b 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.83 AS builder +FROM rust:1.92.0 AS builder WORKDIR /app