Skip to content

Commit

Permalink
Update the buildpack id. (#7)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Daniel Mikusa authored Feb 22, 2021
1 parent 1d1912f commit 68d98fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildpack.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 68d98fd

Please sign in to comment.