Skip to content

Commit f83d165

Browse files
BrewTestBotdaeho-ro
authored andcommitted
cargo-shear 1.6.5
1 parent 394f8de commit f83d165

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Formula/c/cargo-shear.rb

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

0 commit comments

Comments
 (0)