Skip to content

Commit

Permalink
Minimum rust version increased to 1.33
Browse files Browse the repository at this point in the history
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
  • Loading branch information
PaulGrandperrin committed Dec 22, 2020
1 parent 291908a commit 4e5e4a7
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.32.0
- 1.33.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.32.0-x86_64-pc-windows-gnu
- TARGET: 1.33.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 4e5e4a7

Please sign in to comment.