docs: update minimum zig version
This commit is contained in:
parent
d503f3c197
commit
206e6c433a
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ Or check your favorite local system package repository.
|
|||
|
||||
Make sure your system meets the requirements listed above.
|
||||
|
||||
Flow builds with zig 0.13 at this time. Build with:
|
||||
Flow builds with zig 0.14.0-dev.3039 at this time. Build with:
|
||||
|
||||
```shell
|
||||
zig build -Doptimize=ReleaseSafe
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.{
|
||||
.name = "flow",
|
||||
.version = "0.2.0",
|
||||
.minimum_zig_version = "0.13.0",
|
||||
.minimum_zig_version = "0.14.0-dev.3039",
|
||||
|
||||
.dependencies = .{
|
||||
.syntax = .{ .path = "src/syntax" },
|
||||
|
|
Loading…
Add table
Reference in a new issue