Skip to content

Commit

Permalink
Bump MSRV to 1.57
Browse files Browse the repository at this point in the history
Needed by ~glutin
  • Loading branch information
dbr committed Sep 26, 2022
1 parent f4817a0 commit 5d14676
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
rust: ["1.56"]
rust: ["1.57"]

env:
RUSTFLAGS: -D warnings
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.markdown
Expand Up @@ -2,7 +2,7 @@

## Unreleased

- MSRV is now **1.56**. We soft-updated to this to Rust 1.54 in the v0.8.0 release (with a feature `min-const-generics`), which has now been removed (and as such, we resume having no default features). Rust 1.56 is required for some indirect dependencies which now use the Rust 2021 edition
- MSRV is now **1.57**. We soft-updated to this to Rust 1.54 in the v0.8.0 release (with a feature `min-const-generics`), which has now been removed (and as such, we resume having no default features). Rust 1.56 is required for the Rust 2021 edition, and 1.57 is required by some dependencies

- Upgraded from Dear ImGui 1.84.2 to 1.86. See [the 1.85](https://github.com/ocornut/imgui/releases/tag/v1.85) and [the 1.86](https://github.com/ocornut/imgui/releases/tag/v1.86) release notes

Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -49,7 +49,7 @@ Additionally, the following are no longer maintained, but might work still:

## Minimum Support Rust Version (MSRV)

The MSRV for `imgui-rs` and all of the backend crates is **1.56**. 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.57**. 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 5d14676

Please sign in to comment.