cargo-instruments: add 0.3.0 bottle.

master
BrewTestBot 2020-02-21 11:57:29 +00:00 committed by Izaak Beekman
parent bc9cdc3c97
commit c4cb092382
No known key found for this signature in database
GPG Key ID: CB21118C92A64702
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@ class CargoInstruments < Formula
url "https://github.com/cmyr/cargo-instruments/archive/v0.3.0.tar.gz"
sha256 "aa511fa2c9c6cdd342c333a7e6d1eb37644c53d2f5c6667510a24c0268b3d659"
bottle do
cellar :any
sha256 "6f6f7b4d9d88a5c348d951c3b3d892bc8590e2eca6a3e5da6acd029509864cfe" => :catalina
sha256 "bddab3f8c96413ad04f2bfc000f8b3228837d10c70a61924efa21cd723d2153e" => :mojave
sha256 "9e2ea11924cc755373b8ac2c0b110b67930552009c0430a6a1d47729235b1a65" => :high_sierra
end
depends_on "rust" => :build
depends_on "openssl@1.1"