We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003676f commit d3d7c34Copy full SHA for d3d7c34
Formula/c/cargo-update.rb
@@ -1,8 +1,8 @@
1
class CargoUpdate < Formula
2
desc "Cargo subcommand for checking and applying updates to installed executables"
3
homepage "https://github.com/nabijaczleweli/cargo-update"
4
- url "https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v16.2.1.tar.gz"
5
- sha256 "2436675baff66da3cbcab1126427f7a9d52375bc77041000d047a805cb24b244"
+ url "https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v16.3.0.tar.gz"
+ sha256 "f6a87615d72db3f1068aef2ad383813a96238c4963f6498c675c555a32e95bd3"
6
license "MIT"
7
head "https://github.com/nabijaczleweli/cargo-update.git", branch: "master"
8
0 commit comments