Skip to content

Commit

Permalink
Minimum rust version increased to 1.36
Browse files Browse the repository at this point in the history
This is because the rust_core create at version 0.6 uses the alloc
crate which has been stabilized in rust 1.36.
See rust-lang/rust#59675
  • Loading branch information
PaulGrandperrin committed Dec 22, 2020
1 parent 4e5e4a7 commit e52c7a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: rust
sudo: false
dist: trusty
rust:
- 1.33.0
- 1.36.0
- stable
- beta
- nightly
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
- TARGET: nightly-i686-pc-windows-msvc
- TARGET: nightly-x86_64-pc-windows-gnu
- TARGET: nightly-i686-pc-windows-gnu
- TARGET: 1.33.0-x86_64-pc-windows-gnu
- TARGET: 1.36.0-x86_64-pc-windows-gnu
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:TARGET}.exe" -FileName "rust-install.exe"
- ps: .\rust-install.exe /VERYSILENT /NORESTART /DIR="C:\rust" | Out-Null
Expand Down

0 comments on commit e52c7a5

Please sign in to comment.