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 97e2a43 commit eab7f4fCopy full SHA for eab7f4f
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.116.tar.gz"
5
- sha256 "4cac32b6e7742f74a9c2387e85a81d550787dfe7aa4e981e0862e748205e6395"
+ url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.117.tar.gz"
+ sha256 "bba84a6964ac87021b9372eed50ce5b9bd6ea3fcfbb9c74cf0088b7b467d628b"
6
license any_of: ["Apache-2.0", "MIT"]
7
head "https://github.com/dtolnay/cargo-expand.git", branch: "master"
8
0 commit comments