Skip to content

Commit

Permalink
Insert current zig version for compatiblity!
Browse files Browse the repository at this point in the history
This is primarily to make users aware that there has been a change in the call for individual exercises.
  • Loading branch information
chrboesch committed Apr 7, 2023
1 parent fd5a158 commit 3b0c188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compat.zig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const print = if (@hasDecl(debug, "print")) debug.print else debug.warn;
// When changing this version, be sure to also update README.md in two places:
// 1) Getting Started
// 2) Version Changes
const needed_version_str = "0.11.0-dev.2157";
const needed_version_str = "0.11.0-dev.2401";

fn isCompatible() bool {
if (!@hasDecl(builtin, "zig_version") or !@hasDecl(std, "SemanticVersion")) {
Expand Down

0 comments on commit 3b0c188

Please sign in to comment.