Skip to content

Commit 703aab0

Browse files
authored
Merge pull request #229435 from Homebrew/bump-cargo-expand-1.0.112
cargo-expand 1.0.112
2 parents 325fca9 + fe58655 commit 703aab0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/cargo-expand.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class CargoExpand < Formula
22
desc "Show what Rust code looks like with macros expanded"
33
homepage "https://github.com/dtolnay/cargo-expand"
4-
url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.111.tar.gz"
5-
sha256 "8762cc8b43a41238f851fa26b56d6d6f0ba7a2cc7c7b6a771ac9684e71ca28f3"
4+
url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.112.tar.gz"
5+
sha256 "cc11dafb0a13f5c71468667c239fb0f75e1ef97ca12c75946126b9943f327349"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/dtolnay/cargo-expand.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1901f62358f62f3f0294a84e1c1313d9a34c13cf0337fe9849a70133aa9455c9"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ecb5037aeeaaf5364ec2fc85986ab4e09d579748f84ad7b1f2abca8f5462c00"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "320aa7d27f9c23e40a1cf2a7e98a7498285c7dc3236b5f0b80cc3edbf21935fc"
13-
sha256 cellar: :any_skip_relocation, sonoma: "4108496ffedf8a7f667ea96d2fad639e1d1474fdd7cffb2ddad78a6f1cbe0cb7"
14-
sha256 cellar: :any_skip_relocation, ventura: "3a3d79f9342e5f7f048efe5c9fe3438c388505712770d6bb76325ad4b82ed70c"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "10ccfaa2a116052f3a7bdd6214c04bb5eaa38fc071e58174471947ab01751016"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2b0f03e08f63ac88331c7f0dc1beb84cb2a416aad2b73596852af8e15ed09f67"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd9bf7cadc13d178d60b84db626ad60f828d0647592ec89d27772394fd356307"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa938610bda2f42c5a2639ed6bd1e8000c27d4357805da91217c95353931166c"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "fb0801b541073fee709af0be0d886d4181c0adecb8ac5c28937854b782f75e52"
13+
sha256 cellar: :any_skip_relocation, sonoma: "6748905c6bb6087fdb8065ca993be5c0c33ca1ef1ad84f5a64414d49611309cb"
14+
sha256 cellar: :any_skip_relocation, ventura: "5f11cf4f01d65454f4e566e22de18a8bc1e8b16b1d6a161f53384980cb6271ed"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "f6632566ce52140ecd8b00d2cf3f82ce63f75c50589456e3d2654da9c042b027"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e68dff382c7547a83fc63dcb1f16d6cbf637f7fb014e9202f3fa3c1b7f13f091"
1717
end
1818

1919
depends_on "rust" => :build

0 commit comments

Comments
 (0)