Skip to content

Commit

Permalink
Make 1.50.0 the MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Oct 28, 2024
1 parent 0568d60 commit 08fc01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
rust: [1.36.0, stable, beta, nightly]
rust: [1.50.0, stable, beta, nightly]
fail-fast: false

steps:
Expand Down

0 comments on commit 08fc01e

Please sign in to comment.