Skip to content

Commit

Permalink
Increase MSRV for redis and diesel in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Dec 14, 2023
1 parent e913352 commit 4549fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ jobs:
- { crate: deadpool-runtime, msrv: '1.63.0' }
- { crate: deadpool-sync, msrv: '1.63.0' }
- { crate: deadpool, msrv: '1.63.0' }
- { crate: deadpool-diesel, msrv: '1.63.0' }
- { crate: deadpool-diesel, msrv: '1.65.0' }
- { crate: deadpool-lapin, msrv: '1.63.0' }
- { crate: deadpool-postgres, msrv: '1.63.0' }
- { crate: deadpool-redis, msrv: '1.63.0' }
- { crate: deadpool-redis, msrv: '1.65.0' }
- { crate: deadpool-sqlite, msrv: '1.63.0' }
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4549fa2

Please sign in to comment.