Skip to content

Commit 0eee381

Browse files
authored
Merge pull request #229837 from Homebrew/bump-cargo-nextest-0.9.101
cargo-nextest 0.9.101
2 parents b74135f + 3968eb1 commit 0eee381

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/cargo-nextest.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class CargoNextest < Formula
22
desc "Next-generation test runner for Rust"
33
homepage "https://nexte.st"
4-
url "https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-0.9.100.tar.gz"
5-
sha256 "757a05ec0a5b8d24130d0bad84bc3bbd621a4343fc1c0e59b7d904a8c80d9fe7"
4+
url "https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-0.9.101.tar.gz"
5+
sha256 "ab1eca47940231c99069736f765c75330440a14627c11e74ab98c3ef81feefc3"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,13 +11,13 @@ class CargoNextest < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "33a9f057402efcd6036aef30b21dea72ac3ad1a16a01ef679b2ab688e3187262"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e69ee2be83bac0ce9153a0cc6e1c86146e25df030f6b8605e3d88af726779ee2"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "6db72478fde9a9598769f94fe7fbc3a8f8e77ba683f12ea536e7b9afd9ff8b01"
17-
sha256 cellar: :any_skip_relocation, sonoma: "eedd4f39ace5a54f0d94c2e71617247b757cebe0b4b8bf9991d37687f18cb7a8"
18-
sha256 cellar: :any_skip_relocation, ventura: "0d2a6c763111e43b689e5028703eea062c97452b021d04afb7ec6614c5021e3c"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "7d040cae2cdab577e9b40af61a34cd551d1b59dffa579fd7223e6b9698b83c02"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b013ab4476188fb3ff1a8cec0ab37b234fe91e9b6e1e91925470340544d5e964"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f867fba5f6f02f8876e56cd98994b8e6227210c1138f46fb3a34864ab65e944b"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fdac8907fda29040870cc6fe775913fb0dd3317bb58a0a0338e4c9e165373f5a"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7ab45ba02169382c4461eb078f002ece79e2c5215eb7147bdbbc856047a7aed5"
17+
sha256 cellar: :any_skip_relocation, sonoma: "e4d0d867479e3e6e2d5250fc3909cdae959a882a385114434ab61ddafff2d020"
18+
sha256 cellar: :any_skip_relocation, ventura: "e67c0ceb9c981d397587c8fd6fcdceb7ce2d60b7a44aa6389f82230d19b02616"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "ac868afe419d1ff10d449f51bbb14fc8c21ba1dc1253f5362c7301704d05320d"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "aaba46475877e79616ff775d0a00e5a08bf385b9f0dc3727f44caf1dbda7736f"
2121
end
2222

2323
depends_on "rust" => :build

0 commit comments

Comments
 (0)