Skip to content

Commit

Permalink
Update api dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-va committed Nov 25, 2024
1 parent ac29e10 commit 96d3241
Show file tree
Hide file tree
Showing 10 changed files with 1,591 additions and 860 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
NODE_VERSION: "22.x"
RUST_VERSION: "1.73"
RUST_VERSION: "1.82"
SQLX_OFFLINE: true
SQLX_VERSION: 0.7.3
PGHOST: localhost # Overrides the default value in .env
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Setup SQLx
run: |
cd api
SQLX_VERSION=0.7.3
SQLX_VERSION=0.8.2
if [[ ! -f ~/.cargo/bin/sqlx ]] || [[ $(sqlx --version) != "sqlx-cli $SQLX_VERSION" ]]; then
cargo install sqlx-cli --version $SQLX_VERSION --no-default-features --features native-tls,postgres --locked --quiet
fi
Expand Down
Loading

0 comments on commit 96d3241

Please sign in to comment.