From 8a29d94b460a26a3d5724dd72c6b890b2c8935fc Mon Sep 17 00:00:00 2001 From: Hanaasagi Date: Sun, 27 Oct 2024 20:05:37 +0900 Subject: [PATCH] chore: update to zig 0.13.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30d1319..88549fc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Storing configuration in the environment separate from code is based on The This library is a Zig language port of [nodejs dotenv](https://github.com/motdotla/dotenv). -Test with Zig 0.12.0-dev.1664+8ca4a5240. +Test with Zig 0.13.0 ## Quick Start