Skip to content

Commit

Permalink
Temporary disable the CI for MSRV 1.45.2
Browse files Browse the repository at this point in the history
It is currently failing because bitflags v1.3.1 is incompatible with the MSRV.
This issue will be addressed by another pull request.
  • Loading branch information
tatsuya6502 committed Aug 15, 2021
1 parent 35a789e commit aa583ad
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 @@ -27,7 +27,7 @@ jobs:
- stable
- beta
- 1.46.0 # MSRV (future)
- 1.45.2 # MSRV (no features)
# - 1.45.2 # MSRV (no features)

steps:
- name: Checkout Moka
Expand Down

0 comments on commit aa583ad

Please sign in to comment.