Enable stable Rust again

This commit is contained in:
Lucien Greathouse
2019-01-01 17:02:46 -08:00
parent 20e9688268
commit 45af35cccd
2 changed files with 6 additions and 10 deletions

View File

@@ -57,8 +57,6 @@ If you use a plugin that _isn't_ Rojo for syncing code, open an issue and let me
## Contributing
The `master` branch is a rewrite known as **Epiphany**. It includes a breaking change to the project configuration format and an infrastructure overhaul.
Building Rojo requires the latest Rust beta in order to use **2018 Edition** features. Once Rust 1.31 is stable on **December 6, 2018**, Rojo `master` will compile on Rust stable again.
Pull requests are welcome!
All pull requests are run against a test suite on Travis CI. That test suite should always pass!