Updated the changelog, readme, and CI (minimum rust support 1.41)

This commit is contained in:
Max de Danschutter 2020-11-10 10:08:03 +01:00
parent 009eba2249
commit 6658b91f25
3 changed files with 17 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -2,7 +2,7 @@
**Still fairly experimental!**
Minimum Rust version: 1.40
Minimum Rust version: 1.41
Wrapped Dear ImGui version: 1.78