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 bebb39d commit ac1e467Copy full SHA for ac1e467
Formula/c/cargo-shear.rb
@@ -1,8 +1,8 @@
1
class CargoShear < Formula
2
desc "Detect and remove unused dependencies from `Cargo.toml` in Rust projects"
3
homepage "https://github.com/Boshen/cargo-shear"
4
- url "https://github.com/Boshen/cargo-shear/archive/refs/tags/v1.3.0.tar.gz"
5
- sha256 "46208fba3ed2213d1f62a5098a7558ca0ccb4b7066b47a039748f190f11a93dd"
+ url "https://github.com/Boshen/cargo-shear/archive/refs/tags/v1.3.1.tar.gz"
+ sha256 "d0db0a0a4bf1fd2a734daeacc5153f82e2c098f8d930d86e733f69a517f7fccc"
6
license "MIT"
7
head "https://github.com/Boshen/cargo-shear.git", branch: "main"
8
0 commit comments