diff --git a/.travis.yml b/.travis.yml index 1020d2b8e3..8e90dd1c5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: rust rust: # The oldest version we currently support. See # CONTRIBUTING.md#rustc-version-support for details. - - 1.29.0 + - 1.30.1 - beta - nightly matrix: diff --git a/cranelift/README.md b/cranelift/README.md index cb567cd5a5..b0e37978f9 100644 --- a/cranelift/README.md +++ b/cranelift/README.md @@ -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) [![Build 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) -![Minimum rustc 1.29](https://img.shields.io/badge/rustc-1.29+-red.svg) +![Minimum rustc 1.30](https://img.shields.io/badge/rustc-1.30+-red.svg) For more information, see [the documentation](https://cranelift.readthedocs.io/en/latest/?badge=latest). @@ -47,7 +47,7 @@ needed before it would be ready for a production use case. Cranelift's APIs are not yet stable. -Cranelift currently requires Rust 1.29 or later, and Python 2.7 or 3 +Cranelift currently requires Rust 1.30 or later, and Python 2.7 or 3 to build. Planned uses