Skip to content

Commit

Permalink
Bump MSRV for syn/serde bump
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Mar 31, 2023
1 parent b489620 commit aa00b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- rust: stable
- rust: beta
- rust: nightly
- rust: 1.42.0
- rust: 1.56.0
steps:
- uses: actions/checkout@v2
- name: Install rust
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Bumped MSRV from `1.42.0` to `1.56.0`.

### Added

- Re-exported `semver` crate directly.
Expand Down

0 comments on commit aa00b1d

Please sign in to comment.