Skip to content

Commit 8ea3695

Browse files
committed
cargo-expand 1.0.112
1 parent 21c8ed8 commit 8ea3695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/c/cargo-expand.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

0 commit comments

Comments
 (0)