Update rust (#249)

* Updated rust version

* Updated rust in workflow

* Updating rust version in docker file

* Updating postgresql

* Updated crates

* cargo update

* Updated readme

* Version bump

* Warning fix
This commit was merged in pull request #249.
This commit is contained in:
KD
2026-04-05 18:13:49 -04:00
committed by GitHub
parent bcd960d9a1
commit d273c801bf
8 changed files with 506 additions and 408 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: Build the application
FROM rust:1.90 as builder
FROM rust:1.94 as builder
# Set the working directory inside the container
WORKDIR /usr/src/app