Skip to content

Commit

Permalink
cargo-cache: add 0.8.3 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
nandahkrishna authored and BrewTestBot committed Jan 21, 2025
1 parent de07cdc commit dfdd6cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Formula/c/cargo-cache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ class CargoCache < Formula
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/matthiaskrgr/cargo-cache.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a88dd6bebd24182cbafb2adb0e6ee8cf348fdeb9e95111f0850725469a982136"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0eb3f619312917ccefece5cc1ea0711fc1d85f373122cca5b36970449317dddb"
sha256 cellar: :any_skip_relocation, arm64_ventura: "00a91483c1c50bb2e583c1e5ab9a41898b6b8b435b2d3ac61bfc736c49797871"
sha256 cellar: :any_skip_relocation, sonoma: "54dcccbf025bbd1cf5b018742d3b14c919e47c3777a16934b32e49b02c7dac0b"
sha256 cellar: :any_skip_relocation, ventura: "859498190a594da4d6f10908b807b524638bf398f9b029da99500da6efe6429f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "13787d990ce59471ceafc5846c2e2262453a91f5c2c121bad2a903af3d523796"
end

depends_on "rust" => :build
depends_on "rustup" => :test

Expand Down

0 comments on commit dfdd6cc

Please sign in to comment.