aboutsummaryrefslogtreecommitdiffstats
path: root/build.zig.zon
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2023-12-04 20:09:47 +0100
committerLibravatar Rutger Broekhoff2023-12-04 20:09:47 +0100
commitab5af4606e0af3fdf24ab1d6640ab0577cc6dffd (patch)
tree8f5651cb47b7151dd45d0ae16974987039cf24d6 /build.zig.zon
parent97028ba6f45587bafa66cf8596ba1f23ffadf619 (diff)
downloadzig-nkeys-ab5af4606e0af3fdf24ab1d6640ab0577cc6dffd.tar.gz
zig-nkeys-ab5af4606e0af3fdf24ab1d6640ab0577cc6dffd.zip
Fix CI
I am aware that changing these variables to be constants is not required for the next Zig release, but thought it would be nice to already have it done and clean in general.
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig.zon b/build.zig.zon
index 098744d..d922fdd 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -1,5 +1,5 @@
1.{ 1.{
2 .name = "zig-nkeys", 2 .name = "zig-nkeys",
3 .version = "0.5.0", 3 .version = "0.5.1",
4 .paths = .{"."}, 4 .paths = .{"."},
5} 5}