bump version

This commit is contained in:
2026-02-14 01:48:19 +02:00
parent 1a3651b954
commit 7875cc66f4
2 changed files with 1 additions and 2 deletions

View File

@@ -1604,7 +1604,6 @@ fn addZig0TestStep(
.optimize = optimize,
.target = target,
});
test_mod.addIncludePath(b.path("stage0"));
test_mod.addImport("zig0_bridge", bridge_mod);
// AstGen tests (standalone C-vs-Zig ZIR comparison)

View File

@@ -1,6 +1,6 @@
# About
zig0 aspires to be an interpreter of zig 0.15.1 written in C.
zig0 aspires to be an interpreter of zig 0.15.2 written in C.
This is written with help from LLM: