Skip to content

Commit

Permalink
Temporary disable MSRV check for deadpool-diesel and `deadpool-lapi…
Browse files Browse the repository at this point in the history
…n` as it is hardly solvable
  • Loading branch information
tyranron authored and bikeshedder committed Sep 9, 2021
1 parent 767306c commit aa56afb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,14 @@ jobs:
matrix:
include:
- { crate: deadpool, msrv: '1.54.0' }
- { crate: deadpool-diesel, msrv: '1.54.0' }
- { crate: deadpool-lapin, msrv: '1.54.0' }
# TODO: Doesn't work with `pq-sys = 0.3.0` because of
# `rustc-serialize = 0.3.19`. Try re-enable it on next `diesel`
# major version upgrade.
#- { crate: deadpool-diesel, msrv: '1.54.0' }
# TODO: Doesn't work with `lexical-core = 0.7.0` because of
# `nom = 6.0.0`. Try re-enable it on next `lapin` major version
# upgrade.
#- { crate: deadpool-lapin, msrv: '1.54.0' }
- { crate: deadpool-postgres, msrv: '1.54.0' }
- { crate: deadpool-redis, msrv: '1.54.0' }
- { crate: deadpool-sqlite, msrv: '1.54.0' }
Expand Down

0 comments on commit aa56afb

Please sign in to comment.