Skip to content

Commit

Permalink
Revert "feat: update cargo-chef to version 0.1.70 in dependencies (#177
Browse files Browse the repository at this point in the history
…)" (#189)

This reverts commit 3d7e99f.
  • Loading branch information
kylewlacy authored Jan 21, 2025
1 parent ff64f2d commit d7f955e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/rust/brioche.lock

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

2 changes: 1 addition & 1 deletion packages/rust/project.bri
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export function vendorCrate(

function cargoChef(): std.Recipe<std.Directory> {
const pkg = Brioche.download(
"https://github.com/LukeMathWalker/cargo-chef/releases/download/v0.1.70/cargo-chef-x86_64-unknown-linux-musl.tar.gz",
"https://github.com/LukeMathWalker/cargo-chef/releases/download/v0.1.67/cargo-chef-x86_64-unknown-linux-musl.tar.gz",
);

return std.directory({
Expand Down

0 comments on commit d7f955e

Please sign in to comment.