From 675b7509c51d979574049b66a0c60d988da39ece Mon Sep 17 00:00:00 2001 From: Simon Heath Date: Tue, 19 Jun 2018 11:29:01 -0400 Subject: [PATCH] Actually use the right version of rustc --- .travis.yml | 2 +- README.md | 2 +- appveyor.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c283b225..1c044d5ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ rust: - stable - beta - nightly - - 1.24.0 + - 1.25.0 os: - linux - osx diff --git a/README.md b/README.md index 9eb3907c8..66e4e54ef 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Check out the [projects list!](docs/Projects.md) ## Usage -ggez requires rustc >= 1.24.0 and distributed on +ggez requires rustc >= 1.25.0 and distributed on crates.io. To include it in your project, just add the dependency line to your `Cargo.toml` file: diff --git a/appveyor.yml b/appveyor.yml index 5d45005b6..3a6b4edfc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ environment: - TARGET: x86_64-pc-windows-msvc CHANNEL: nightly - TARGET: x86_64-pc-windows-msvc - CHANNEL: 1.24.0 + CHANNEL: 1.25.0 install: - curl -sSf -o rustup-init.exe https://win.rustup.rs