Skip to content

Commit

Permalink
Bump to v3 & pull in v0.0.2 of rust-cargo-cnb
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikusa committed Jun 9, 2020
1 parent 65bf8f8 commit d0891b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ description = "A sample Builder for using Rust related CNBs"

[[buildpacks]]
id = "com.mikusa.rust-cargo"
uri = "https://github.com/dmikusa/rust-cargo-cnb/releases/download/v0.0.1/rust-cargo-v0.0.1.tgz"
version = "0.0.1"
uri = "https://github.com/dmikusa/rust-cargo-cnb/releases/download/v0.0.2/rust-cargo-v0.0.2.tgz"
version = "0.0.2"

[[order]]

group = [
{ id = "com.mikusa.rust-dist", version="0.0.2"},
{ id = "com.mikusa.rust-cargo", version="0.0.1"},
{ id = "com.mikusa.rust-cargo", version="0.0.2"},
]

[stack]
Expand Down
14 changes: 7 additions & 7 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"
name = "Rust Build Pack"
version = "0.0.2"
version = "0.0.3"
homepage = "https://github.com/dmikusa/rust-cnb"

[metadata]
Expand All @@ -21,11 +21,11 @@ api = "0.2"

[[metadata.dependencies]]
id = "com.mikusa.rust-cargo"
version = "0.0.1"
uri = "https://github.com/dmikusa/rust-cargo-cnb/releases/download/v0.0.1/rust-cargo-v0.0.1.tgz"
sha256 = "726905e23c156ff450117ea13cd421dcdb6db226a46665034ae1da7d24b4d87e"
source = "https://github.com/dmikusa/rust-cargo-cnb/archive/v0.0.1.tar.gz"
source_sha256 = "a4d1c19e6c3b89eccccd0397c5d74cf80a7850246a8d71b6fba0454c47f22c50"
version = "0.0.2"
uri = "https://github.com/dmikusa/rust-cargo-cnb/releases/download/v0.0.2/rust-cargo-v0.0.2.tgz"
sha256 = "4a5bd69163b858499d087cfc1b32f0ea4f8f7031b2fb17c1ef8d76bbc4d677ae"
source = "https://github.com/dmikusa/rust-cargo-cnb/archive/v0.0.2.tar.gz"
source_sha256 = "c31008d42861c62818622d8463211eab32cbc51cd2bd43730e0781bb334730f7"
stacks = ["io.paketo.stacks.tiny", "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3"]

[[order]]
Expand All @@ -36,4 +36,4 @@ api = "0.2"

[[order.group]]
id = "com.mikusa.rust-cargo"
version="0.0.1"
version="0.0.2"

0 comments on commit d0891b2

Please sign in to comment.