diff options
-rw-r--r-- | build.zig | 2 | ||||
-rw-r--r-- | gyro.zzz | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ pub fn build(b: *std.build.Builder) !void { | |||
10 | const test_step = b.step("test", "Run library tests"); | 10 | const test_step = b.step("test", "Run library tests"); |
11 | test_step.dependOn(&lib_tests.step); | 11 | test_step.dependOn(&lib_tests.step); |
12 | 12 | ||
13 | const znk_version = "0.1.0"; | 13 | const znk_version = "0.2.1"; |
14 | 14 | ||
15 | var znk_tests = b.addTest("tool/znk.zig"); | 15 | var znk_tests = b.addTest("tool/znk.zig"); |
16 | znk_tests.setBuildMode(mode); | 16 | znk_tests.setBuildMode(mode); |
@@ -1,6 +1,6 @@ | |||
1 | pkgs: | 1 | pkgs: |
2 | nkeys: | 2 | nkeys: |
3 | version: 0.2.0 | 3 | version: 0.2.1 |
4 | description: "NKeys support for Zig" | 4 | description: "NKeys support for Zig" |
5 | license: Apache-2.0 | 5 | license: Apache-2.0 |
6 | source_url: "https://github.com/rutgerbrf/zig-nkeys" | 6 | source_url: "https://github.com/rutgerbrf/zig-nkeys" |