Skip to content

Commit

Permalink
ci(workflows/lint,test): bump sqlx version to 8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
  • Loading branch information
gierens committed Jan 9, 2025
1 parent a582fa1 commit 1ecb179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
CARGO_TERM_COLOR: always
SQLX_VERSION: "0.8.2"
SQLX_VERSION: "0.8.3"
SQLX_FEATURES: "rustls,mysql"
DATABASE_URL: "mysql://root:[email protected]:3306/lrzcc"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

env:
CARGO_TERM_COLOR: always
SQLX_VERSION: "0.8.2"
SQLX_VERSION: "0.8.3"
SQLX_FEATURES: "rustls,mysql"
DATABASE_URL: "mysql://root:[email protected]:3306/lrzcc"

Expand Down

0 comments on commit 1ecb179

Please sign in to comment.