We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3823528 commit e6f09c9Copy full SHA for e6f09c9
build.zig
@@ -2,7 +2,7 @@ const std = @import("std");
2
// const zon: struct { version: []const u8 } = @import("./build.zig.zon");
3
4
const name = "zsp";
5
-const version = std.SemanticVersion.parse("0.7.0") catch unreachable;
+const version = std.SemanticVersion.parse("0.8.0") catch unreachable;
6
7
const targets: []const std.Target.Query = &.{
8
.{ .cpu_arch = .aarch64, .os_tag = .macos },
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
.name = .zsp,
- .version = "0.7.0",
+ .version = "0.8.0",
.fingerprint = 0xf2306f9dd50373c9,
.minimum_zig_version = "0.14.0",
.paths = .{
0 commit comments