Skip to content

Commit

Permalink
fix: min zig version in build.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriknielaender authored Jun 8, 2024
1 parent 3e6cce5 commit ac26da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const CrossTargetInfo = struct {
// Semantic version of your application
const version = std.SemanticVersion{ .major = 0, .minor = 3, .patch = 3 };

const min_zig_string = "0.12.0";
const min_zig_string = "0.13.0";

const Build = blk: {
const current_zig = builtin.zig_version;
Expand Down

0 comments on commit ac26da9

Please sign in to comment.