Bump minimum Rust to 1.36

This commit is contained in:
Joonas Javanainen 2019-09-05 09:13:04 +03:00
parent 54bbee6035
commit d71cb41ac9
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179
3 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ rust:
- stable - stable
- beta - beta
- nightly - nightly
- 1.33.0 - 1.36.0
os: os:
- linux - linux
- osx - osx

View File

@ -30,6 +30,7 @@
- Container widget tokens *must be ended manually by calling end*. - Container widget tokens *must be ended manually by calling end*.
Closure-based function (e.g. build()) are unaffected and do this Closure-based function (e.g. build()) are unaffected and do this
automatically automatically
- Bump minimum Rust version to 1.36 (some dependencies, including winit, require MaybeUninit)
### Removed ### Removed

View File

@ -2,7 +2,7 @@
**Still fairly experimental!** **Still fairly experimental!**
Minimum Rust version: 1.33 Minimum Rust version: 1.36
Wrapped Dear ImGui version: 1.71 Wrapped Dear ImGui version: 1.71