Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #243 from foxford/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
mgrachev authored Jun 5, 2023
2 parents a94c231 + fffa90c commit 6d56ac7
Show file tree
Hide file tree
Showing 14 changed files with 629 additions and 478 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.64.0
- uses: dtolnay/rust-toolchain@1.70.0
with:
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v1
Expand All @@ -39,7 +39,7 @@ jobs:
- name: fmt
run: cargo fmt -- --check
- name: Install sqlx-cli
run: cargo install sqlx-cli --version 0.5.7 --no-default-features --features postgres
run: cargo install sqlx-cli --version 0.6.3 --no-default-features --features native-tls,postgres
- name: Run tests
run: >
cargo sqlx database create &&
Expand Down
Loading

0 comments on commit 6d56ac7

Please sign in to comment.