From 29c6e48d86b5bdab6e711b14a27bc5c22234b95a Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Sat, 17 Jan 2026 11:00:07 +0100 Subject: [PATCH] doc: update documentation to no longer mention the warning about the `zig` master version --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index cdc0756..0cd4901 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ Standard Library log wrapper. `zlog` provides adjusted `std.log` output and a pretty print function for easy overwriting of user defined types. -> [!caution] -> Only builds using the zig master version are tested to work. - ## Install Add or update this library as a dependency in your zig project run the following command: