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 17deefb commit f864142Copy full SHA for f864142
Formula/c/cargo-crev.rb
@@ -1,8 +1,8 @@
1
class CargoCrev < Formula
2
desc "Code review system for the cargo package manager"
3
homepage "https://web.crev.dev/rust-reviews/"
4
- url "https://github.com/crev-dev/cargo-crev/archive/refs/tags/v0.25.11.tar.gz"
5
- sha256 "b3f74da472a800805c79b32982c3d63d27149181d2c02d53304c67e3a0e84cb6"
+ url "https://github.com/crev-dev/cargo-crev/archive/refs/tags/v0.26.0.tar.gz"
+ sha256 "49a59c650945c000071e850346b2ddb86e4f0821060dce411fbb3d669fef31d3"
6
license "Apache-2.0"
7
8
livecheck do
0 commit comments