Remove MSRV guarantee (#746)
* Remove MSRV guarantee * Update CHANGELOG
This commit is contained in:
parent
139686ddce
commit
4584e7629a
4 changed files with 2 additions and 19 deletions
15
.travis.yml
15
.travis.yml
|
|
@ -19,12 +19,6 @@ matrix:
|
|||
addons:
|
||||
apt:
|
||||
packages: *i686_packages
|
||||
- env: TARGET=i686-unknown-linux-gnu
|
||||
os: linux
|
||||
rust: 1.28.0
|
||||
addons:
|
||||
apt:
|
||||
packages: *i686_packages
|
||||
|
||||
# Linux 64bit
|
||||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
|
|
@ -33,9 +27,6 @@ matrix:
|
|||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
os: linux
|
||||
rust: stable
|
||||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
os: linux
|
||||
rust: 1.28.0
|
||||
|
||||
# macOS
|
||||
- env: TARGET=x86_64-apple-darwin
|
||||
|
|
@ -44,9 +35,6 @@ matrix:
|
|||
- env: TARGET=x86_64-apple-darwin
|
||||
os: osx
|
||||
rust: stable
|
||||
- env: TARGET=x86_64-apple-darwin
|
||||
os: osx
|
||||
rust: 1.28.0
|
||||
|
||||
# iOS
|
||||
- env: TARGET=x86_64-apple-ios
|
||||
|
|
@ -55,9 +43,6 @@ matrix:
|
|||
- env: TARGET=x86_64-apple-ios
|
||||
os: osx
|
||||
rust: stable
|
||||
- env: TARGET=x86_64-apple-ios
|
||||
os: osx
|
||||
rust: 1.28.0
|
||||
|
||||
install:
|
||||
- rustup self update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue