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 8756309 commit 7d6d691Copy full SHA for 7d6d691
Formula/c/cargo-public-api.rb
@@ -1,8 +1,8 @@
1
class CargoPublicApi < Formula
2
desc "List and diff the public API of Rust library crates"
3
homepage "https://github.com/cargo-public-api/cargo-public-api"
4
- url "https://github.com/cargo-public-api/cargo-public-api/archive/refs/tags/v0.43.0.tar.gz"
5
- sha256 "eccaf5003bd25180363ccf9a4d01bc392741f427be2d7a1f811f1e2805534324"
+ url "https://github.com/cargo-public-api/cargo-public-api/archive/refs/tags/v0.44.0.tar.gz"
+ sha256 "4f62319b6e63de7f5b8a50797074f66f99ff0fc5813c2777c34c7d91d27e2a3b"
6
license "MIT"
7
head "https://github.com/cargo-public-api/cargo-public-api.git", branch: "main"
8
0 commit comments