···88COPY frontend .
99RUN npm run build:production
10101111-FROM rust:1.83 AS builder-rs
1111+FROM rust:1.85 AS builder-rs
12121313WORKDIR /usr/src/myivo-server
1414COPY server .
+1-1
server/Cargo.toml
···11[package]
22name = "myivo-server"
33version = "0.1.0"
44-edition = "2021"
44+edition = "2024"
5566# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77