From 5d14676362335b0ab41bfcc2868eb2692f97eb68 Mon Sep 17 00:00:00 2001 From: dbr Date: Mon, 26 Sep 2022 19:35:05 +0930 Subject: [PATCH] Bump MSRV to 1.57 Needed by ~glutin --- .github/workflows/ci.yml | 2 +- CHANGELOG.markdown | 2 +- README.markdown | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 590f863..0ac82f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - rust: ["1.56"] + rust: ["1.57"] env: RUSTFLAGS: -D warnings diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 4cd05f9..ecb47c5 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -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 diff --git a/README.markdown b/README.markdown index 12bfe01..cceea5d 100644 --- a/README.markdown +++ b/README.markdown @@ -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