Update rust #250

Merged
kdeng00 merged 16 commits from update_rust into main 2026-05-22 11:29:38 -04:00
Showing only changes of commit 62a91b347e - Show all commits
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: Build the application
FROM rust:1.94 as builder
FROM rust:1.95 as builder
# Set the working directory inside the container
WORKDIR /usr/src/app