From 852e2d1db32868c4528328a4516bb4e4b8dc1947 Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Tue, 30 Apr 2024 17:20:35 -0500 Subject: [PATCH] readme: update zig version --- README.md | 4 +--- build.zig.zon | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d5ddab..ab3ea86 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,7 @@ features is detected through terminal queries. Contributions are welcome. -Vaxis tracks zig `master`. Vaxis is currently compatible with zig version -`0.12.0-dev.3397+43edd53c3`. When `0.12.0` is released, a release will be tagged -against it. +Vaxis uses zig `0.12.0`. ## Feature comparison diff --git a/build.zig.zon b/build.zig.zon index 1eb6420..ec6c3df 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -2,7 +2,7 @@ .name = "vaxis", .version = "0.1.0", .paths = .{""}, - .minimum_zig_version = "0.12.0-dev.3397+43edd53c3", + .minimum_zig_version = "0.12.0", .dependencies = .{ .zigimg = .{ .url = "git+https://github.com/zigimg/zigimg#637974e2d31dcdbc33f1e9cc8ffb2e46abd2e215",