From 3e995f481cfe220c657ce8a2232845e0c15032e8 Mon Sep 17 00:00:00 2001 From: dbr Date: Wed, 22 Mar 2023 20:02:22 +1030 Subject: [PATCH] Bump MSRV to 1.64 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 --- .github/workflows/ci.yml | 4 ++-- README.markdown | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a730d8b3..b5109c40e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - rust: ["1.60"] + rust: ["1.64"] env: RUSTFLAGS: -D warnings @@ -81,7 +81,7 @@ jobs: matrix: rust: - stable - - "1.60" + - "1.64" os: - ubuntu-latest - macos-latest diff --git a/README.markdown b/README.markdown index dcf13f325..13a55ea5f 100644 --- a/README.markdown +++ b/README.markdown @@ -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