Skip to content

Commit

Permalink
Prefer default branch for libherokubuildpack dep
Browse files Browse the repository at this point in the history
Inventory code has been merged into the main branch
  • Loading branch information
runesoerensen committed Oct 17, 2024
1 parent a209a5d commit 1fdf36d
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/dotnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fun_run = "0.2.0"
hex = "0.4"
indoc = "2"
libcnb = "0.23"
libherokubuildpack = { git = "https://github.com/heroku/libcnb.rs", branch = "migrate-inventory-code", default-features = false, features = ["tar", "download", "inventory", "inventory-semver", "inventory-sha2"] }
libherokubuildpack = { git = "https://github.com/heroku/libcnb.rs", default-features = false, features = ["tar", "download", "inventory", "inventory-semver", "inventory-sha2"] }
regex = "1"
roxmltree = "0.20"
semver = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion shared/inventory-updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license.workspace = true
workspace = true

[dependencies]
libherokubuildpack = { git = "https://github.com/heroku/libcnb.rs", branch = "migrate-inventory-code", default-features = false, features = ["inventory", "inventory-semver", "inventory-sha2"] }
libherokubuildpack = { git = "https://github.com/heroku/libcnb.rs", default-features = false, features = ["inventory", "inventory-semver", "inventory-sha2"] }
keep_a_changelog_file = "0.1"
semver = "1.0"
serde = "1"
Expand Down

0 comments on commit 1fdf36d

Please sign in to comment.