Skip to content

Commit

Permalink
chore: update to zig 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriknielaender committed Apr 20, 2024
1 parent 7cbc8c7 commit 4a28d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ zvm --version # Display zvm version
### Compatibility Notes
Zig is in active development and the APIs can change frequently, making it challenging to support every dev build. This project currently aims to be compatible with stable, non-development builds to provide a consistent experience for the users.

***Supported Version***: As of now, zvm is tested and supported on Zig version ***0.11.0***.
***Supported Version***: As of now, zvm is tested and supported on Zig version ***0.12.0***.

### Contributing
Contributions, issues, and feature requests are welcome!
Expand Down
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 = 1 };

const min_zig_string = "0.12.0-dev.3522+b88ae8dbd";
const min_zig_string = "0.12.0";

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

0 comments on commit 4a28d8c

Please sign in to comment.