File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11class CargoShear < Formula
22 desc "Detect and remove unused dependencies from `Cargo.toml` in Rust projects"
33 homepage "https://github.com/Boshen/cargo-shear"
4- url "https://github.com/Boshen/cargo-shear/archive/refs/tags/v1.6.4 .tar.gz"
5- sha256 "191571d52a5bd2107ac83b6119981309ffef825c0b4c6cddb7ff4199f4647ff0 "
4+ url "https://github.com/Boshen/cargo-shear/archive/refs/tags/v1.6.5 .tar.gz"
5+ sha256 "999549aaa9748fd76517d10d573bb9b5da75f7a499cd393ceb320ae204b8a0f3 "
66 license "MIT"
77 head "https://github.com/Boshen/cargo-shear.git" , branch : "main"
88
@@ -50,7 +50,8 @@ def install
5050 # bear is unused
5151 assert_match <<~OUTPUT , output
5252 demo-crate -- Cargo.toml:
53- bear
53+ unused dependencies:
54+ bear
5455 OUTPUT
5556 end
5657 end
You can’t perform that action at this time.
0 commit comments