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 889357b commit d10267fCopy full SHA for d10267f
Formula/c/cargo-release.rb
@@ -1,8 +1,8 @@
1
class CargoRelease < Formula
2
desc "Cargo subcommand `release`: everything about releasing a rust crate"
3
homepage "https://github.com/crate-ci/cargo-release"
4
- url "https://github.com/crate-ci/cargo-release/archive/refs/tags/v0.25.18.tar.gz"
5
- sha256 "a212d974db4cf46e580cf41e1f0bcf81ff30aac1dfe9e31cd0dc89c0b5eb3586"
+ url "https://github.com/crate-ci/cargo-release/archive/refs/tags/v0.25.19.tar.gz"
+ sha256 "6026c2e1c03a169e2851b22c788435eb96cbcbd93534d1cecad6267dd239399c"
6
license any_of: ["Apache-2.0", "MIT"]
7
head "https://github.com/crate-ci/cargo-release.git", branch: "master"
8
0 commit comments