From 5b0176e97781a77420be309b6505dc582713a2a5 Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Thu, 23 Mar 2023 08:15:06 -0700 Subject: [PATCH] specify which version of zig to use (#116) --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index cb4e432..4245a4c 100644 --- a/README.adoc +++ b/README.adoc @@ -10,6 +10,10 @@ This is in development; breaks in the API are bound to happen. toc::[] +== What version of Zig to use + +Right now we are following [master](https://ziglang.org/download/), but once 0.11.0 is released, we will be switching to the latest stable version of Zig. + == Contributing Please see the https://github.com/orgs/ZigEmbeddedGroup/projects/1/views/1[project page], it's used as a place to brainstorm and organize work in ZEG. There will be issues marked as `good first issue` or drafts for larger ideas that need scoping/breaking ground on.