Update Zap and Zouter versions.

This commit is contained in:
Madeorsk 2025-04-11 23:40:18 +02:00
parent d4dd306948
commit cd90a76408
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ _Zouter_ is an HTTP router library for Zig **zap** HTTP server. It's made to eas
## Versions ## 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 ## 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: In your project directory:
```shell ```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`: In `build.zig`:

View file

@ -7,8 +7,8 @@
.dependencies = .{ .dependencies = .{
.zap = .{ .zap = .{
.url = "git+https://github.com/zigzap/zap?ref=v0.9.1#ae5c9278335d8e1133cd6d22707323dda712e120", .url = "git+https://github.com/zigzap/zap?ref=v0.10.1#8d187310c7ee4f86faa7ef0ecdac0bf747216dea",
.hash = "12200223d76ab6cd32f75bc2e31463b0b429bb5b2b6fa4ce8f68dea494ca1ec3398b", .hash = "zap-0.9.1-GoeB84M8JACjZKDNq2LA5hB24Z-ZrZ_HUKRXd8qxL2JW",
}, },
}, },