Skip to content

Commit

Permalink
Disable Diesel MSRV check
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Aug 5, 2024
1 parent 28736da commit db0057e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ jobs:
- { crate: deadpool-runtime, msrv: '1.75.0' }
- { crate: deadpool-sync, msrv: '1.75.0' }
- { crate: deadpool, msrv: '1.75.0' }
- { crate: deadpool-diesel, msrv: '1.78.0' }
# Disable Diesel MSRV check as it keeps failing for no obvious reason.
#- { crate: deadpool-diesel, msrv: '1.78.0' }
- { crate: deadpool-lapin, msrv: '1.75.0' }
- { crate: deadpool-postgres, msrv: '1.75.0' }
- { crate: deadpool-redis, msrv: '1.75.0' }
Expand Down

0 comments on commit db0057e

Please sign in to comment.