Skip to content

Commit

Permalink
Use default libherokubuildpack branch
Browse files Browse the repository at this point in the history
Also update `inventory-sha2` feature name
  • Loading branch information
runesoerensen committed Oct 17, 2024
1 parent 2a4e3a3 commit 691dbd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion buildpacks/go/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ flate2 = { version = "1", default-features = false, features = ["zlib"] }
# libcnb has a much bigger impact on buildpack behaviour than any other dependencies,
# so it's pinned to an exact version to isolate it from lockfile refreshes.
libcnb = { version = "=0.21.0", features = ["trace"] }
libherokubuildpack = { git = "https://github.com/heroku/libcnb.rs", branch = "migrate-inventory-code", version = "=0.23.0", default-features = false, features = ["inventory", "log"] }
libherokubuildpack = { git = "https://github.com/heroku/libcnb.rs", version = "=0.23.0", default-features = false, features = ["inventory", "log"] }
semver = "1"
serde = "1"
sha2 = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion common/go-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ serde = { version = "1", features = ["derive"] }
thiserror = "1"
toml = "0.8"
ureq = { version = "2", features = ["json"] }
libherokubuildpack = { git = "https://github.com/heroku/libcnb.rs", branch = "migrate-inventory-code", version = "=0.23.0", default-features = false, features = ["inventory", "log", "sha2"] }
libherokubuildpack = { git = "https://github.com/heroku/libcnb.rs", version = "=0.23.0", default-features = false, features = ["inventory", "log", "inventory-sha2"] }

0 comments on commit 691dbd6

Please sign in to comment.