Skip to content

Commit

Permalink
Merge pull request Homebrew#203199 from Homebrew/bump-cargo-expand-1.…
Browse files Browse the repository at this point in the history
…0.96

cargo-expand 1.0.96
  • Loading branch information
BrewTestBot authored Jan 4, 2025
2 parents 2cc2137 + ad70f50 commit 57d4305
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ cargo-crev
cargo-deny
cargo-depgraph
cargo-dist
cargo-expand
cargo-flamegraph
cargo-generate
cargo-instruments
Expand Down
16 changes: 8 additions & 8 deletions Formula/c/cargo-expand.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class CargoExpand < Formula
desc "Show what Rust code looks like with macros expanded"
homepage "https://github.com/dtolnay/cargo-expand"
url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.95.tar.gz"
sha256 "c2f77ea53aa72c316aaf0b6aa6ae429a58b79716907b1f86fcd35451174d83da"
url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.96.tar.gz"
sha256 "a3f163fe2cb4f1a81e8eb0778b6534795758e4181d4a230d79fc96b7118c104d"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/dtolnay/cargo-expand.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a80acc80e73cc1bc7817b948f40c61ebf36ebda241031300eb54412bfc39457"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c3b8705dedcd11988d9b08dd6333af31915ce947ce647e7390fb52cdad7fb4f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6b92377de23b3de2b4fe5807838cab40216f3e149a15c0866f7fab0c2dee01bf"
sha256 cellar: :any_skip_relocation, sonoma: "e110b5568349205ff486afb760c15b216f245156907cd6ff7555b2d90f5ddfee"
sha256 cellar: :any_skip_relocation, ventura: "ccb28c347ff58c046126b0dd19ad4ab6ac36a9e2caa2edafe1877a7d63426912"
sha256 cellar: :any_skip_relocation, x86_64_linux: "45208f68a0977ca43c7ff36fb277c949dc492d1aa162996b955b143fb7a0081e"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f22830e4d0406333b025f57ef6fa70661c61b1288eb42b8b9e7ce7a03873eea"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "865264436ce0437bbc54919e11a2043ebd383dd4e159c0021117b84f870a57bf"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f546de6bbbec855307430e590d05132dd4535928cbb1b8e11ccdfd07c63af768"
sha256 cellar: :any_skip_relocation, sonoma: "b6998847b010ec1a78bb36078399a476dedaa474c3e085bb8dfe5ef60de3adcf"
sha256 cellar: :any_skip_relocation, ventura: "e6e7f5e83f9b1e1703b1c10ba18655c276602b0fd741ba1509ce0d6b87f6b5ee"
sha256 cellar: :any_skip_relocation, x86_64_linux: "12238b5f83f88f6e1781210b721a173c3bf2bb8bcf7dc3aeb47bcbb9a3f6b8e4"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 57d4305

Please sign in to comment.