Fixes #841: Bump the required version of rustc to 1.37;

This commit is contained in:
Benjamin Bouvier
2019-08-22 12:41:57 +02:00
parent 2b49b51306
commit 173cfb02e6
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ language: rust
rust: rust:
# The oldest version we currently support. See # The oldest version we currently support. See
# CONTRIBUTING.md#rustc-version-support for details. # CONTRIBUTING.md#rustc-version-support for details.
- 1.35.0 - 1.37.0
- beta - beta
- nightly - nightly
matrix: matrix:

View File

@@ -9,7 +9,7 @@ into executable machine code.
[![Documentation Status](https://readthedocs.org/projects/cranelift/badge/?version=latest)](https://cranelift.readthedocs.io/en/latest/?badge=latest) [![Documentation Status](https://readthedocs.org/projects/cranelift/badge/?version=latest)](https://cranelift.readthedocs.io/en/latest/?badge=latest)
[![Travis Status](https://travis-ci.org/CraneStation/cranelift.svg?branch=master)](https://travis-ci.org/CraneStation/cranelift) [![Travis Status](https://travis-ci.org/CraneStation/cranelift.svg?branch=master)](https://travis-ci.org/CraneStation/cranelift)
[![Gitter chat](https://badges.gitter.im/CraneStation/CraneStation.svg)](https://gitter.im/CraneStation/Lobby) [![Gitter chat](https://badges.gitter.im/CraneStation/CraneStation.svg)](https://gitter.im/CraneStation/Lobby)
![Minimum rustc 1.35](https://img.shields.io/badge/rustc-1.35+-green.svg) ![Minimum rustc 1.37](https://img.shields.io/badge/rustc-1.37+-green.svg)
For more information, see [the For more information, see [the
documentation](https://cranelift.readthedocs.io/en/latest/?badge=latest). documentation](https://cranelift.readthedocs.io/en/latest/?badge=latest).
@@ -52,7 +52,7 @@ needed before it would be ready for a production use case.
Cranelift's APIs are not yet stable. Cranelift's APIs are not yet stable.
Cranelift currently requires Rust 1.35 or later to build. Cranelift currently requires Rust 1.37 or later to build.
Planned uses Planned uses
------------ ------------