Skip to content

Commit

Permalink
Actually use the right version of rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
icefoxen committed Jun 19, 2018
1 parent be195d6 commit 675b750
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ rust:
- stable
- beta
- nightly
- 1.24.0
- 1.25.0
os:
- linux
- osx
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -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
Expand Down

0 comments on commit 675b750

Please sign in to comment.