Update the minimum supported Rust version to 1.29.
We no longer need the Ubuntu LTS restriction, so now the only only constraint I'm aware of is Firefox's policy. Fortunately, that tracks the latest stable delayed by only two weeks. So this puts is at Rust 1.29 now.
This commit is contained in:
@@ -9,7 +9,7 @@ into executable machine code.
|
||||
[](https://cranelift.readthedocs.io/en/latest/?badge=latest)
|
||||
[](https://travis-ci.org/CraneStation/cranelift)
|
||||
[](https://gitter.im/CraneStation/Lobby)
|
||||

|
||||

|
||||
|
||||
For more information, see [the
|
||||
documentation](https://cranelift.readthedocs.io/en/latest/?badge=latest).
|
||||
@@ -47,11 +47,8 @@ needed before it would be ready for a production use case.
|
||||
|
||||
Cranelift's APIs are not yet stable.
|
||||
|
||||
Cranelift currently supports Rust 1.25.0 and later. We intend to always
|
||||
support the latest *stable* Rust. And, we currently support the version
|
||||
of Rust in the latest Ubuntu LTS, although whether we will always do so
|
||||
is not yet determined. Cranelift requires Python 2.7 or Python 3 to
|
||||
build.
|
||||
Cranelift currently requires Rust 1.29 or later, and Python 2.7 or 3
|
||||
to build.
|
||||
|
||||
Planned uses
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user