From 3d1bb3e15e1eee4252f73cac4985b656385967cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Fern=C3=A1ndez=20L=C3=B3pez?= Date: Fri, 22 Sep 2023 10:42:09 +0200 Subject: [PATCH] docs: add environment variables support for zig --- docs/docs/features/all.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/features/all.md b/docs/docs/features/all.md index 3c2bf85..b128883 100644 --- a/docs/docs/features/all.md +++ b/docs/docs/features/all.md @@ -36,4 +36,4 @@ The following table shows the language compatibility for the different worker fu | Go | ✅ | ✅ | ✅ | ✅ | ✅ | | Ruby | ✅ | ✅ | ✅ | ✅ | ❌ | | Python | ✅ | ✅ | ✅ | ✅ | ❌ | -| Zig | ✅ | ❌ | ✅ | ✅ | ❌ | +| Zig | ✅ | ✅ | ✅ | ✅ | ❌ |