Skip to content

Commit 37014d1

Browse files
committed
update to latest zig
1 parent df03f34 commit 37014d1

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ zig-aio provides io_uring like asynchronous API and coroutine powered IO tasks f
88

99
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1010

11-
Project is tested on zig version 0.14.0-dev.3298+6fe1993d8
11+
Project is tested on zig version 0.14.0-dev.3456+00a8742bb
1212

1313
## Support matrix
1414

build.zig.zon

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
.{
2-
.name = "zig-aio",
2+
.name = .zig_aio,
33
.version = "0.0.0",
4+
.fingerprint = 0x62d4b710d4583fbd,
45
.dependencies = .{
56
.zigwin32 = .{
67
.url = "git+https://github.com/marlersoft/zigwin32.git#0d804dce7632d0912245b1a7aa0384a21629f453",
7-
.hash = "1220fbd42a455a94ce2134c4080a16c99074fb28ca94df87dde3cfecccc5c8401ca9",
8+
.hash = "zigwin32-25.0.28-preview-AAAAAC8f_AP71CpFWpTOITTECAoWyZB0-yjKlN-H3ePP",
89
.lazy = true,
910
},
1011
},

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)