Skip to content

Commit

Permalink
Bump MSRV to 1.65
Browse files Browse the repository at this point in the history
Bump is made to follow the wayland-rs MSRV bumps.
  • Loading branch information
kchibisov authored Sep 16, 2023
1 parent 2f5faa3 commit fa80092
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 @@ -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: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
license = "MIT"
edition = "2021"
categories = ["gui"]
rust-version = "1.64.0"
rust-version = "1.65.0"

[dependencies]
bitflags = "2.0"
Expand Down

0 comments on commit fa80092

Please sign in to comment.