Bump minimum Rust version to 1.28

The previous commit added support for glutin 0.19.0.

glutin 0.19.0 depends on winit 0.18.0, which requires rust 1.28.0 or later.

Here is the full dependency chain:

glutin 0.19.0 > winit 0.18 > smithay-client-toolkit 0.4.2 > andrew 0.1.4 > rusttype 0.7.3 > ordered-float 1.0.1 (on linux)

ordered-float uses [repr(transparent)], which is now stabilised on latest rust,
hence the requirement for rust 1.28.0.
This commit is contained in:
Malik Olivier Boussejra 2018-12-01 19:05:37 +09:00
parent d7a37a25fc
commit 4ae0392e48
3 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ rust:
- stable
- beta
- nightly
- 1.26.0
- 1.28.0
os:
- linux
- osx

View File

@ -10,6 +10,7 @@
- Upgrade to cimgui 1.66.2 / imgui 1.66. **This is a very big update, so there
are a lot of breaking changes**
- Bump minimum Rust version to 1.28 (required by the glutin crate)
## [0.0.21] - 2018-10-11

View File

@ -2,7 +2,7 @@
**Still fairly experimental!**
Minimum Rust version: 1.26
Minimum Rust version: 1.28
Wrapped Dear ImGui version: 1.66