Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 948 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 948 Bytes

Build Status

To deploy this application to Heroku, use this button:

Deploy

Or, if you'd prefer to use the command line, try running:

git clone https://github.com/emk/rust-buildpack-example-actix.git
cd rust-buildpack-example-actix
heroku create --buildpack emk/rust
git push heroku master

This should make a local copy of this application and deploy it to Heroku.

For further instructions, see the page for this buildpack.

Does this work with the latest version of Rust?

This application works with version 1.31 of Rust, which theoretically means that it should run on any future 1.x release of Rust. If it doesn't work, please file a bug.