Skip to content

Commit e52c7a5

Browse files
Minimum rust version increased to 1.36
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
1 parent 4e5e4a7 commit e52c7a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: rust
22
sudo: false
33
dist: trusty
44
rust:
5-
- 1.33.0
5+
- 1.36.0
66
- stable
77
- beta
88
- nightly

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environment:
44
- TARGET: nightly-i686-pc-windows-msvc
55
- TARGET: nightly-x86_64-pc-windows-gnu
66
- TARGET: nightly-i686-pc-windows-gnu
7-
- TARGET: 1.33.0-x86_64-pc-windows-gnu
7+
- TARGET: 1.36.0-x86_64-pc-windows-gnu
88
install:
99
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:TARGET}.exe" -FileName "rust-install.exe"
1010
- ps: .\rust-install.exe /VERYSILENT /NORESTART /DIR="C:\rust" | Out-Null

0 commit comments

Comments
 (0)