Skip to content

Commit 02aa8af

Browse files
apotemaclaude
andcommitted
deps: bump zspec v0.9.1 → v0.9.2 — fixes Linux CI deadlock
zspec v0.9.1's `.simple`-mode runner left `std.testing.io_instance` uninitialized; any test reaching for `std.testing.io` blocks forever on Linux on a zero-init `Io.Threaded` pool. zspec#44 (closed) fixed it in v0.9.2. Latent in this repo until a tmpDir-using test gets added; bumping proactively per the toolkit-wide audit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 451fde1 commit 02aa8af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
.dependencies = .{
88
.zspec = .{
9-
.url = "https://github.com/apotema/zspec/archive/v0.9.1.tar.gz",
10-
.hash = "zspec-0.9.1-jaKLbbX4AwBKANdetxzzWc3UTO0UY0lcJJzTagQHlt5K",
9+
.url = "https://github.com/apotema/zspec/archive/v0.9.2.tar.gz",
10+
.hash = "zspec-0.9.1-jaKLbXgMBACFwbNjflhbMyP113leoYjboxn-1UOP-FGw",
1111
},
1212
},
1313

0 commit comments

Comments
 (0)