diff --git a/.travis.yml b/.travis.yml index 2ea1a5181..9fe675317 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,7 @@ addons: install: - | if [ $TRAVIS_OS_NAME = osx ]; then - sh ~/rust-installer/rustup.sh -y --disable-sudo --prefix=/Users/travis/rust \ - --add-target=x86_64-apple-ios + rustup target add x86_64-apple-ios fi script: diff --git a/Cargo.toml b/Cargo.toml index 432c07230..31c72d1ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.6.2" +version = "0.6.3" authors = ["The winit contributors, Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"]