From 0de259f1fcd5b0fa710b6c8f49053814e6070b5f Mon Sep 17 00:00:00 2001 From: Ryan Sepassi Date: Tue, 23 Apr 2024 11:27:40 -0700 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 317cd07..a9eff52 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Async IO supported on Linux {`x86_64`, `aarch64`}, and Mac {`x86_64`, `aarch64`} `build.zig.zon` ```zig .zigcoro = .{ - .url = "https://api.github.com/repos/rsepassi/zigcoro/tarball/v0.5.0", - .hash = "1220ff5ad2a9980015a284f5baa83aa0624a4cd2f9e427bc873872c9d699b00042bb", + .url = "git+https://github.com/rsepassi/zigcoro#", + .hash = "", }, ``` @@ -32,7 +32,7 @@ my_lib.addModule("libcoro", libcoro); ## Current status -*Updated 2023/09/15* +*Updated 2024/04/23* Alpha.