Skip to content

Commit

Permalink
Bump MSRV to 1.64
Browse files Browse the repository at this point in the history
raw-window-handle now requires this. No hard-requirement from imgui-rs - projects with lock file pinning indirect dependencies will likely keep working in 1.60
  • Loading branch information
dbr committed Mar 22, 2023
1 parent 9ff2eab commit 3e995f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
rust: ["1.60"]
rust: ["1.64"]

env:
RUSTFLAGS: -D warnings
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
matrix:
rust:
- stable
- "1.60"
- "1.64"
os:
- ubuntu-latest
- macos-latest
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ be applicable to usage with any backend/renderer.

## Minimum Support Rust Version (MSRV)

The MSRV for `imgui-rs` and all of the backend crates is **1.60**. We update our MSRV periodically, and issue a minor bump for it.
The MSRV for `imgui-rs` and all of the backend crates is **1.64**. We update our MSRV periodically, and issue a minor bump for it.

## Choosing a backend platform and a renderer

Expand Down

0 comments on commit 3e995f4

Please sign in to comment.