build: use correct minimum zig version 0.15.2
This commit is contained in:
parent
6eadc0fe29
commit
a2aa34cf35
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
.{
|
.{
|
||||||
.name = .thespian,
|
.name = .thespian,
|
||||||
.version = "0.0.1",
|
.version = "0.0.1",
|
||||||
|
.minimum_zig_version = "0.15.2",
|
||||||
.fingerprint = 0xe9ff00fd8e4e01a3,
|
.fingerprint = 0xe9ff00fd8e4e01a3,
|
||||||
|
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue