Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paketo-community/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: renderlet/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 7, 2025

  1. Update package.toml

    seanisom authored Feb 7, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    31c156c View commit details
  2. Update package.toml

    seanisom authored Feb 7, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    sambostock Sam Bostock
    Copy the full SHA
    46b443f View commit details
Showing with 3 additions and 8 deletions.
  1. +3 −8 package.toml
11 changes: 3 additions & 8 deletions package.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[buildpack]
uri = "build/buildpack.tgz"

[[dependencies]]
uri = "docker://docker.io/paketocommunity/rustup:1.13.0"

@@ -12,11 +15,3 @@

[[dependencies]]
uri = "docker://docker.io/paketobuildpacks/syft:2.7.0"

[[targets]]
arch = "amd64"
os = "linux"

[[targets]]
arch = "arm64"
os = "linux"