Skip to content

Commit

Permalink
use 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krichprollsch committed Jun 18, 2024
1 parent 7b4a277 commit 47e1d88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const pkgs = packages("");

/// Do not rename this constant. It is scanned by some scripts to determine
/// which zig version to install.
pub const recommended_zig_version = "0.12.0-dev.3518+d2be725e4";
pub const recommended_zig_version = "0.12.1";

pub fn build(b: *std.Build) !void {
switch (comptime builtin.zig_version.order(std.SemanticVersion.parse(recommended_zig_version) catch unreachable)) {
Expand Down Expand Up @@ -113,7 +113,7 @@ pub fn build(b: *std.Build) !void {
});
try common(tests, mode, options);
tests.root_module.single_threaded = true;
tests.test_runner = "src/test_runner.zig";
tests.test_runner = .{ .path = "src/test_runner.zig" };
const run_tests = b.addRunArtifact(tests);

// step
Expand Down
2 changes: 1 addition & 1 deletion vendor/tigerbeetle-io
2 changes: 1 addition & 1 deletion vendor/zig-v8

0 comments on commit 47e1d88

Please sign in to comment.