summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2023-05-29 08:46:22 +0200
committerGravatar Vincent Rischmann2023-05-29 08:46:22 +0200
commita6230ce9b3f2fc5dfcda67c0724c61514af3e800 (patch)
tree18ec8f6d2704b1857178935faf29ad62d973b348
parentreplace meta.tagName with @tagName (diff)
downloadzig-sqlite-a6230ce9b3f2fc5dfcda67c0724c61514af3e800.tar.gz
zig-sqlite-a6230ce9b3f2fc5dfcda67c0724c61514af3e800.tar.xz
zig-sqlite-a6230ce9b3f2fc5dfcda67c0724c61514af3e800.zip
update readme
Diffstat (limited to '')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d496904..993232c 100644
--- a/README.md
+++ b/README.md
@@ -13,11 +13,11 @@ If you use this library, expect to have to make changes when you update the code
13 13
14# Zig release support 14# Zig release support
15 15
16`zig-sqlite` only supports Zig master (as can be found [here](https://ziglang.org/download/)). The plan is to support releases once Zig 1.0 is released but this can still change. 16`zig-sqlite` only tracks Zig master (as can be found [here](https://ziglang.org/download/)). The plan is to support releases once Zig 1.0 is released but this can still change.
17 17
18The Zig self-hosted/stage2 compiler is now [the default](https://github.com/ziglang/zig/pull/12368) however currently it can't be used with `zig-sqlite` due to bugs. 18Unfortunately as of zig `0.11.0-dev.3312+ab37ab33c` some things still don't compile properly, for example our tests don't compile. However [this demo program](https://github.com/vrischmann/zig-sqlite-demo) compiles fine.
19 19
20Eventually `zig-sqlite` will only support stage2 but until a point I feel comfortable doing that, the `master` branch will stay compatible with stage1 and all work for stage2 will happen in the `stage2` branch. 20So your mileage may vary if you try to use `zig-sqlite`.
21 21
22# Table of contents 22# Table of contents
23 23