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