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

Releases: Hoverbear/heroku-buildpack-rust

Release 1.0

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.

Alpha 1

Alpha 1 Pre-release
Pre-release

Choose a tag to compare

@Hoverbear Hoverbear released this 02 Dec 01:43

Initial working version.