This repository was archived by the owner on Aug 17, 2020. It is now read-only.
This version has moved to use @brson's multirust and should properly support declaring overrides inside of the Cargo.toml file like so:
[target.heroku]
version = "nightly"It should also support caching of multirust, the Rust toolchains installed by multirust, and of the target/ build artifacts directory to make for quick builds.
Currently builds are a bit "noisy" as I'm not hiding any of the output. This could be done but makes debugging quite hard.