Bump min rust version to 1.30.0

Some dependiencies rely on cc, which after
228513449f
requires 1.30.0.
This commit is contained in:
Christian Legnitto 2018-12-18 11:49:48 -08:00 committed by theduke
parent 0793e22f62
commit dee849c88b
3 changed files with 5 additions and 5 deletions

View file

@ -6,8 +6,8 @@ rust:
- nightly - nightly
# Prevent accidentally breaking older Rust versions # Prevent accidentally breaking older Rust versions
- 1.29.0 - 1.31.0
- 1.28.0 - 1.30.0
matrix: matrix:
include: include:

View file

@ -11,9 +11,9 @@ jobs:
nightly: nightly:
rustup_toolchain: nightly rustup_toolchain: nightly
minimum_supported_version_plus_one: minimum_supported_version_plus_one:
rustup_toolchain: 1.29.0 rustup_toolchain: 1.31.0
minimum_supported_version: minimum_supported_version:
rustup_toolchain: 1.28.0 rustup_toolchain: 1.30.0
steps: steps:
- ${{ if ne(parameters.name, 'Windows') }}: - ${{ if ne(parameters.name, 'Windows') }}:
# Linux and macOS. # Linux and macOS.

View file

@ -1,6 +1,6 @@
# master # master
- No changes yet - The minimum required Rust version is now `1.30.0`.
# [0.11.0] 2018-12-17 # [0.11.0] 2018-12-17