Skip to content

Commit

Permalink
Bump minimum rustc version to 1.36
Browse files Browse the repository at this point in the history
Because of arrayvec using the maybe_uninit feature.
  • Loading branch information
rnestler committed Nov 11, 2019
1 parent 625ee2e commit 05291e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Check out the [projects list!](docs/Projects.md)

## Usage

ggez requires rustc >= 1.33 and is distributed on
ggez requires rustc >= 1.36 and is 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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
- TARGET: x86_64-pc-windows-msvc
CHANNEL: nightly
- TARGET: x86_64-pc-windows-msvc
CHANNEL: 1.33.0
CHANNEL: 1.36.0

install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs
Expand Down

0 comments on commit 05291e6

Please sign in to comment.