Skip to content

Commit 4e5e4a7

Browse files
Minimum rust version increased to 1.33
This is because the updated rand_core crate to 0.6 uses getrandom at version 0.2 which uses the cfg_target_vendor feature which was stabilized at 1.33: rust-lang/rust#57465
1 parent 291908a commit 4e5e4a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

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

appveyor.yml

Lines changed: 1 addition & 1 deletion
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.32.0-x86_64-pc-windows-gnu
7+
- TARGET: 1.33.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)