my ziglings
0

Configure Feed

Select the types of activity you want to include in your feed.

Bumped version requirement

Dave Gauer (Oct 9, 2021, 11:01 AM EDT) ef4bd3c7 0ba79fe8

+2 -2
+1 -1
README.md
··· 41 41 42 42 ```bash 43 43 $ zig version 44 - 0.9.0-dev.137+xxxxxxxxx 44 + 0.9.0-dev.1343+xxxxxxxxx 45 45 ``` 46 46 47 47 Clone this repository with Git:
+1 -1
build.zig
··· 8 8 // When changing this version, be sure to also update README.md in two places: 9 9 // 1) Getting Started 10 10 // 2) Version Changes 11 - const needed_version = std.SemanticVersion.parse("0.9.0-dev.137") catch unreachable; 11 + const needed_version = std.SemanticVersion.parse("0.9.0-dev.1343") catch unreachable; 12 12 13 13 const Exercise = struct { 14 14 /// main_file must have the format key_name.zig.