Merge pull request #660 from dbr/bumpmsrv

Update MSRV to 1.56
This commit is contained in:
dbr/Ben 2022-08-22 14:42:13 +10:00 committed by GitHub
commit f5da97d115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ jobs:
strategy: strategy:
matrix: matrix:
rust: ["1.54"] rust: ["1.56"]
env: env:
RUSTFLAGS: -D warnings RUSTFLAGS: -D warnings
@ -82,7 +82,7 @@ jobs:
rust: rust:
- stable - stable
- beta - beta
- "1.54" - "1.56"
os: os:
- ubuntu-latest - ubuntu-latest
- macos-latest - macos-latest

View File

@ -2,7 +2,7 @@
## Unreleased ## Unreleased
- MSRV is now **1.54**. We soft-updated to this in 0.8.0 with a feature `min-const-generics`, which has now been removed (and as such, we resume having no default features). - 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
- 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 - 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

View File

@ -49,7 +49,7 @@ Additionally, the following are no longer maintained, but might work still:
## Minimum Support Rust Version (MSRV) ## Minimum Support Rust Version (MSRV)
The MSRV for `imgui-rs` and all of the backend crates is **1.54**. 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.56**. We update our MSRV periodically, and issue a minor bump for it.
## Choosing a backend platform and a renderer ## Choosing a backend platform and a renderer