From 68d98fdc44af2f35f1d525b9d8a711fb53e9c822 Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Mon, 22 Feb 2021 16:52:02 -0500 Subject: [PATCH] Update the buildpack id. (#7) * Update the buildpack id. This also commits a verion bump for the API & for the release. This was done previously, and I forgot to commit it :( * Use generic name for package expected in build scripts. --- buildpack.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 8b645e4..dcba7e1 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -1,10 +1,10 @@ -api = "0.2" +api = "0.4" [buildpack] - id = "com.mikusa.rust-cargo" + id = "paketo-community/cargo-install" name = "Rust Cargo Build Pack" - version = "0.0.2" - homepage = "https://github.com/dmikusa/rust-cargo-cnb" + version = "0.0.3" + homepage = "https://github.com/paketo-community/cargo-install" [[stacks]] id = "io.buildpacks.stacks.bionic"