Skip to content

Commit

Permalink
Updated to include rust 1.44.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikusa committed Jul 5, 2020
1 parent 49c4ce2 commit a416c9b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ file that looks like the following:
# The version of the Rust dependency is not required. In the case it
# is not specified, the buildpack will provide the latest stable version,
# which can be seen in the buildpack.toml file.
version = "1.44.0"
version = "1.44.1"
```

## Usage
Expand Down
22 changes: 11 additions & 11 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ api = "0.2"
[buildpack]
id = "com.mikusa.rust-dist"
name = "Rust Distribution Build Pack"
version = "0.0.2"
version = "0.0.3"
homepage = "https://github.com/dmikusa/rust-dist-cnb"

[[stacks]]
Expand All @@ -20,6 +20,16 @@ api = "0.2"
pre_package = "./scripts/build.sh"

# from https://forge.rust-lang.org/infra/other-installation-methods.html#standalone
[[metadata.dependencies]]
id = "rust"
name = "Rust Standalone Installer"
version = "1.44.1"
uri = "https://static.rust-lang.org/dist/rust-1.44.1-x86_64-unknown-linux-gnu.tar.gz"
sha256 = "a41df89a461a580536aeb42755e43037556fba2e527dd13a1e1bb0749de28202 rust-1.44.1-x86_64-unknown-linux-gnu.tar.gz"
source = "https://static.rust-lang.org/dist/rustc-1.44.1-src.tar.gz"
source_256 = "7e2e64cb298dd5d5aea52eafe943ba0458fa82f2987fdcda1ff6f537b6f88473 rustc-1.44.1-src.tar.gz"
stacks = ["io.paketo.stacks.tiny", "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3"]

[[metadata.dependencies]]
id = "rust"
name = "Rust Standalone Installer"
Expand All @@ -28,14 +38,4 @@ api = "0.2"
sha256 = "eaa34271b4ac4d2c281831117d4d335eed0b37fe7a34477d9855a6f1d930a624"
source = "https://static.rust-lang.org/dist/rustc-1.44.0-src.tar.gz"
source_256 = "bf2df62317e533e84167c5bc7d4351a99fdab1f9cd6e6ba09f51996ad8561100"
stacks = ["io.paketo.stacks.tiny", "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3"]

[[metadata.dependencies]]
id = "rust"
name = "Rust Standalone Installer"
version = "1.43.1"
uri = "https://static.rust-lang.org/dist/rust-1.43.1-x86_64-unknown-linux-gnu.tar.gz"
sha256 = "25cd71b95bba0daef56bad8c943a87368c4185b90983f4412f46e3e2418c0505"
source = "https://static.rust-lang.org/dist/rustc-1.43.1-src.tar.gz"
source_256 = "cde177b4a8c687da96f20de27630a1eb55c9d146a15e4c900d5c31cd3c3ac41d"
stacks = ["io.paketo.stacks.tiny", "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3"]

0 comments on commit a416c9b

Please sign in to comment.