diff options
author | Rutger Broekhoff | 2023-12-04 20:09:47 +0100 |
---|---|---|
committer | Rutger Broekhoff | 2023-12-04 20:09:47 +0100 |
commit | ab5af4606e0af3fdf24ab1d6640ab0577cc6dffd (patch) | |
tree | 8f5651cb47b7151dd45d0ae16974987039cf24d6 /build.zig.zon | |
parent | 97028ba6f45587bafa66cf8596ba1f23ffadf619 (diff) | |
download | zig-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.zon | 2 |
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 | } |