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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user