Skip to content

Commit

Permalink
Bump MSRV to 1.53.0
Browse files Browse the repository at this point in the history
Required because the new pulldown-cmark-to-cmark dependency
uses "or" patterns which requires 1.53.0 or newer.

This is acceptable since 1.53.0 was released 2021-06-17

Signed-off-by: Daniel Silverstone <[email protected]>
  • Loading branch information
kinnison committed May 20, 2022
1 parent 780c045 commit e684bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
matrix:
toolchain:
- stable
- 1.51.0
- 1.53.0
os:
- ubuntu-latest
- macos-latest
Expand Down

0 comments on commit e684bf5

Please sign in to comment.