Skip to content

Commit

Permalink
Bump oldest tested Rust in CI to 1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Sep 14, 2023
1 parent 43693cb commit ffc9fa4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
- os: ubuntu-latest
rust: nightly
- os: ubuntu-latest
# MSRV. Not considered breaking when this has to be bumped.
# But should be mentioned in the changelog.
rust: 1.60.0
rust: 1.65.0
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit ffc9fa4

Please sign in to comment.