Skip to content

Commit 3cd4bc7

Browse files
committed
add version to build runner file
1 parent 0eba6e6 commit 3cd4bc7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/runner-zig.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const builtin = @import("builtin");
44
const later_than_zig_15 = builtin.zig_version.order(std.SemanticVersion.parse("0.15.99") catch unreachable) == .gt;
55

66
pub const runner = if (later_than_zig_15)
7+
// 0.16.0-dev.1354+94e98bfe8
78
@import("runner-zig-master.zig")
89
else
910
@import("runner-zig-0.15.X.zig");

0 commit comments

Comments
 (0)