From 29b23ec5dc2d5ba190da9efb719d85f20de3bad2 Mon Sep 17 00:00:00 2001 From: Robin Date: Sat, 21 Jan 2023 20:48:18 +0100 Subject: [PATCH] Bumped everything to MSRV 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 e845083..6a730d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - rust: ["1.57"] + rust: ["1.60"] env: RUSTFLAGS: -D warnings @@ -81,7 +81,7 @@ jobs: matrix: rust: - stable - - "1.57" + - "1.60" os: - ubuntu-latest - macos-latest diff --git a/README.markdown b/README.markdown index af81b54..dcf13f3 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.57**. 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.60**. We update our MSRV periodically, and issue a minor bump for it. ## Choosing a backend platform and a renderer