Skip to content
This repository was archived by the owner on Aug 17, 2020. It is now read-only.

Release 1.0

Latest

Choose a tag to compare

@Hoverbear Hoverbear released this 05 Jan 05:01

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.