Skip to content

Commit

Permalink
Fix deadpool-sqlite MSRV in GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Sep 5, 2024
1 parent 48b3a18 commit 8afdf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- { crate: deadpool-lapin, msrv: '1.75.0' }
- { crate: deadpool-postgres, msrv: '1.75.0' }
- { crate: deadpool-redis, msrv: '1.75.0' }
- { crate: deadpool-sqlite, msrv: '1.75.0' }
- { crate: deadpool-sqlite, msrv: '1.77.0' }
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8afdf60

Please sign in to comment.