From a416c9bf215888964cc1e6a3ddc6dd6746315a11 Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Sun, 5 Jul 2020 14:07:31 -0400 Subject: [PATCH] Updated to include rust 1.44.1. --- README.md | 2 +- buildpack.toml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 0844784..49f2230 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/buildpack.toml b/buildpack.toml index 17a30b3..4a6453e 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -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]] @@ -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" @@ -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"] \ No newline at end of file