diff --git a/.travis.yml b/.travis.yml index 24a3cb5..41aa731 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ rust: - stable - beta - nightly - - 1.33.0 + - 1.36.0 os: - linux - osx diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index d4df298..2f08e24 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -30,6 +30,7 @@ - Container widget tokens *must be ended manually by calling end*. Closure-based function (e.g. build()) are unaffected and do this automatically +- Bump minimum Rust version to 1.36 (some dependencies, including winit, require MaybeUninit) ### Removed diff --git a/README.markdown b/README.markdown index 39f479d..4a36627 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,7 @@ **Still fairly experimental!** -Minimum Rust version: 1.33 +Minimum Rust version: 1.36 Wrapped Dear ImGui version: 1.71