From 6658b91f25239f46be6b5fb254c79d3b7b961506 Mon Sep 17 00:00:00 2001 From: Max de Danschutter Date: Tue, 10 Nov 2020 10:08:03 +0100 Subject: [PATCH] Updated the changelog, readme, and CI (minimum rust support 1.41) --- .github/workflows/ci.yml | 12 +++++++++++- CHANGELOG.markdown | 5 +++++ README.markdown | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b804eab..ccf1c05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,11 @@ jobs: with: command: check args: --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-22 + - name: Run cargo check (imgui-winit-support with winit-23) + uses: actions-rs/cargo@v1 + with: + command: check + args: --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-23 - name: Run cargo fmt uses: actions-rs/cargo@v1 with: @@ -110,7 +115,7 @@ jobs: rust: - stable - beta - - 1.40.0 + - 1.41.0 os: - ubuntu-latest - macos-latest @@ -174,3 +179,8 @@ jobs: with: command: test args: --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-22 + - name: Run cargo test (imgui-winit-support with winit-23) + uses: actions-rs/cargo@v1 + with: + command: test + args: --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-23 diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index ed9eff4..2e1fee0 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -2,6 +2,11 @@ ## [Unreleased] +### Changed + +- Upgrade to winit 0.23 +- Bump minimum Rust version to 1.41 + ## [0.5.0] - 2020-09-20 ### Added diff --git a/README.markdown b/README.markdown index a732329..a9bc5b5 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,7 @@ **Still fairly experimental!** -Minimum Rust version: 1.40 +Minimum Rust version: 1.41 Wrapped Dear ImGui version: 1.78