Skip to content

Commit

Permalink
Merge pull request #257 from PratikMahajan/bump-msrv
Browse files Browse the repository at this point in the history
bump MSRV to 1.65.0
  • Loading branch information
PratikMahajan committed Feb 1, 2024
2 parents f11746a + 469271b commit 0a3c99b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
rust:
- stable
- beta
- 1.58.0 # MSRV
- 1.65.0 # MSRV
include:
- rust: nightly
experimental: true
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
rust:
- stable
- beta
- 1.58.0 # MSRV
- 1.65.0 # MSRV
include:
- rust: nightly
experimental: true
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
rust:
- stable
- beta
- 1.58.0 # MSRV
- 1.65.0 # MSRV
include:
- rust: nightly
experimental: true
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
rust:
- stable
- beta
- 1.58.0 # MSRV
- 1.65.0 # MSRV
include:
- rust: nightly
experimental: true
Expand Down

0 comments on commit 0a3c99b

Please sign in to comment.