We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cfa39 commit 26f37afCopy full SHA for 26f37af
Formula/c/cargo-expand.rb
@@ -1,8 +1,8 @@
1
class CargoExpand < Formula
2
desc "Show what Rust code looks like with macros expanded"
3
homepage "https://github.com/dtolnay/cargo-expand"
4
- url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.112.tar.gz"
5
- sha256 "cc11dafb0a13f5c71468667c239fb0f75e1ef97ca12c75946126b9943f327349"
+ url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.113.tar.gz"
+ sha256 "8d2571214b19cb47a9068ad2e81ae819a04798f5c7508fae6d51ada052bda5d0"
6
license any_of: ["Apache-2.0", "MIT"]
7
head "https://github.com/dtolnay/cargo-expand.git", branch: "master"
8
0 commit comments