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
+3 -3
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-24.04
services:
postgres:
image: postgres:18.0
image: postgres:18.3-alpine
env:
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
POSTGRES_USER: ${{ secrets.POSTGRES_USER }}
@@ -27,10 +27,10 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Install Rust 1.90.0
- name: Install Rust 1.94
uses: actions-rs/toolchain@v1
with:
toolchain: 1.90.0
toolchain: 1.94
components: clippy, rustfmt
override: true