Skip to content

Commit

Permalink
chore: bump MSRV to 1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov committed Nov 2, 2023
1 parent 9d77551 commit b57d78d
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust_version: ["1.64", stable, nightly]
rust_version: ["1.65", stable, nightly]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

- Bump MSRV from `1.64` to `1.65`.

### Added

- Access to alternative names for cursor icons through the `CursorIcon::alt_names` method.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0 OR Zlib"
readme = "README.md"
edition = "2021"
categories = ["gui"]
rust-version = "1.64.0"
rust-version = "1.65.0"

[dependencies]
serde = { version = "1.0.162", default-features = false, features = ["derive"], optional = true }
Expand Down

0 comments on commit b57d78d

Please # to comment.