From cd90a76408b3a8e4e33f142a6304605de291a107 Mon Sep 17 00:00:00 2001 From: Madeorsk Date: Fri, 11 Apr 2025 23:40:18 +0200 Subject: [PATCH] Update Zap and Zouter versions. --- README.md | 4 ++-- build.zig.zon | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2502234..e2afaa7 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ _Zouter_ is an HTTP router library for Zig **zap** HTTP server. It's made to eas ## Versions -Zouter 0.1.2 is made for zig 0.13.0 and tested with zap 0.9.1. +Zouter 0.2.0 is made for zig 0.14.0 and tested with zap 0.10.1. ## How to use @@ -37,7 +37,7 @@ Zouter 0.1.2 is made for zig 0.13.0 and tested with zap 0.9.1. In your project directory: ```shell -$ zig fetch --save https://code.zeptotech.net/zedd/zouter/archive/v0.1.2.tar.gz +$ zig fetch --save https://code.zeptotech.net/zedd/zouter/archive/v0.2.0.tar.gz ``` In `build.zig`: diff --git a/build.zig.zon b/build.zig.zon index 0d165d6..e9c4391 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -7,8 +7,8 @@ .dependencies = .{ .zap = .{ - .url = "git+https://github.com/zigzap/zap?ref=v0.9.1#ae5c9278335d8e1133cd6d22707323dda712e120", - .hash = "12200223d76ab6cd32f75bc2e31463b0b429bb5b2b6fa4ce8f68dea494ca1ec3398b", + .url = "git+https://github.com/zigzap/zap?ref=v0.10.1#8d187310c7ee4f86faa7ef0ecdac0bf747216dea", + .hash = "zap-0.9.1-GoeB84M8JACjZKDNq2LA5hB24Z-ZrZ_HUKRXd8qxL2JW", }, },