Skip to content

Commit

Permalink
Bump MSRV to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Jun 10, 2024
1 parent f0b5137 commit 83e8428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
toolchain: [stable, 1.64.0]
toolchain: [stable, 1.75.0]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/dbrgn/tealdeer/"
documentation = "https://dbrgn.github.io/tealdeer/"
version = "1.6.1"
include = ["/src/**/*", "/tests/**/*", "/Cargo.toml", "/README.md", "/LICENSE-*", "/screenshot.png", "completion/*"]
rust-version = "1.64"
rust-version = "1.75"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 83e8428

Please sign in to comment.