Skip to content

Commit 0636b9a

Browse files
committed
cargo-llvm-cov 0.6.12
1 parent 787804a commit 0636b9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/c/cargo-llvm-cov.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class CargoLlvmCov < Formula
22
desc "Cargo subcommand to easily use LLVM source-based code coverage"
33
homepage "https://github.com/taiki-e/cargo-llvm-cov"
44
# cannot use github tarball due to https://github.com/taiki-e/cargo-llvm-cov/pull/152#issuecomment-1107055622
5-
url "https://static.crates.io/crates/cargo-llvm-cov/cargo-llvm-cov-0.6.11.crate"
6-
sha256 "a18c672177efaee994adc1127c8dceb705305a9da482724227ca90969964f06b"
5+
url "https://static.crates.io/crates/cargo-llvm-cov/cargo-llvm-cov-0.6.12.crate"
6+
sha256 "6aae8e21e7bf0238826952065e4c5967578fbdbf2d3da58c4c8344b4be152e90"
77
license any_of: ["Apache-2.0", "MIT"]
88
head "https://github.com/taiki-e/cargo-llvm-cov.git", branch: "main"
99

0 commit comments

Comments
 (0)