Skip to content

Commit

Permalink
Update to latest released cache_diff version
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jan 30, 2025
1 parent 623d8b6 commit a31801e
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 28 deletions.
82 changes: 57 additions & 25 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ fs-err = "3.0.0"
thiserror = "2"
ureq = { version = "2", features = ["json"] }

[patch.crates-io]
cache_diff = { features = ["bullet_stream"], branch = "schneems/custom_fn", git = "https://github.com/heroku-buildpacks/cache_diff" }
2 changes: 1 addition & 1 deletion buildpacks/go/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ toml.workspace = true
ureq.workspace = true
magic_migrate = "1.0.1"
bullet_stream = "0.4.0"
cache_diff = { version = "1.0", features = ["bullet_stream"] }
cache_diff = { version = "1.1", features = ["bullet_stream"] }
commons = { git = "https://github.com/heroku/buildpacks-ruby", branch = "main", version = "0.0.0" }
# Needed until https://github.com/oli-obk/cargo_metadata/pull/280 is released
serde_json = "1.0.118"
Expand Down

0 comments on commit a31801e

Please sign in to comment.