diff --git a/Cargo.toml b/Cargo.toml index 989b211..2f7d8ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "paramod" version = "__VERSION__" -edition = "2021" +edition = "2024" [dependencies] serde_yaml = "0.9" diff --git a/Dockerfile b/Dockerfile index 8b875e1..2f6ad6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Build Stage -FROM rust:1.81 as builder +FROM rust:1.85 as builder WORKDIR /usr/src/app