build: update to zig-0.14.0-dev.3091
This commit is contained in:
parent
43b14d9147
commit
23e702f961
3 changed files with 3 additions and 3 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.14.0-dev.3039 at this time. Build with:
|
||||
Flow builds with zig 0.14.0-dev.3091 at this time. Build with:
|
||||
|
||||
```shell
|
||||
zig build -Doptimize=ReleaseSafe
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.14.0-dev.3039+e61acd8eb
|
||||
0.14.0-dev.3091+42e48b83b
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.{
|
||||
.name = "flow",
|
||||
.version = "0.2.0",
|
||||
.minimum_zig_version = "0.14.0-dev.3039",
|
||||
.minimum_zig_version = "0.14.0-dev.3091",
|
||||
|
||||
.dependencies = .{
|
||||
.syntax = .{ .path = "src/syntax" },
|
||||
|
|
Loading…
Add table
Reference in a new issue