Skip to content

Commit

Permalink
Bump versions to rust-dist 0.0.10, cargo-install 0.0.6 and removed ve…
Browse files Browse the repository at this point in the history
…rsion from buildpack.toml
  • Loading branch information
Daniel Mikusa authored and ForestEckhardt committed Mar 30, 2021
1 parent 3a9fed0 commit ed3fbd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ description = "A sample Builder for using Rust related CNBs"

[[buildpacks]]
id = "paketo-community/rust-dist"
uri = "docker://paketocommunity/rust-dist:0.0.8"
uri = "docker://paketocommunity/rust-dist:0.0.10"

[[buildpacks]]
id = "paketo-community/cargo-install"
uri = "docker://paketocommunity/rust-cargo:0.0.4"
uri = "docker://paketocommunity/rust-cargo:0.0.6"

[[buildpacks]]
id = "paketo-buildpacks/procfile"
Expand All @@ -15,8 +15,8 @@ description = "A sample Builder for using Rust related CNBs"
[[order]]

group = [
{ id = "paketo-community/rust-dist", version="0.0.8"},
{ id = "paketo-community/cargo-install", version="0.0.4"},
{ id = "paketo-community/rust-dist", version="0.0.10"},
{ id = "paketo-community/cargo-install", version="0.0.6"},
{ id = "paketo-buildpacks/procfile", version="4.0.0", optional=true},
]

Expand Down
5 changes: 2 additions & 3 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ api = "0.4"
homepage = "https://github.com/paketo-community/rust"
id = "paketo-community/rust"
name = "Rust Build Pack"
version = "0.0.9"

[metadata]
include-files = ["buildpack.toml"]
Expand All @@ -13,11 +12,11 @@ api = "0.4"

[[order.group]]
id = "paketo-community/rust-dist"
version = "0.0.9"
version = "0.0.10"

[[order.group]]
id = "paketo-community/cargo-install"
version = "0.0.5"
version = "0.0.6"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down

0 comments on commit ed3fbd1

Please sign in to comment.