diff --git a/.travis.yml b/.travis.yml index 670775a88..2c283b225 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ rust: - stable - beta - nightly - - 1.23.0 + - 1.24.0 os: - linux - osx diff --git a/README.md b/README.md index 2e863c5fb..9eb3907c8 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Check out the [projects list!](docs/Projects.md) ## Usage -ggez is requires rustc >= 1.23.0 and distributed on +ggez requires rustc >= 1.24.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 4b441c974..5d45005b6 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.23.0 + CHANNEL: 1.24.0 install: - curl -sSf -o rustup-init.exe https://win.rustup.rs