We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a2de2 commit 36c2517Copy full SHA for 36c2517
2 files changed
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch:
8
9
env:
10
- ZIG_VERSION: master
+ ZIG_VERSION: 0.14.0
11
12
jobs:
13
unit-test-regz:
build.zig.zon
@@ -2,8 +2,8 @@
2
.name = .microzig,
3
// Note: This should be changed if you fork microzig!
4
.fingerprint = 0x605a83a849186d0f,
5
- .version = "0.13.2",
6
- .minimum_zig_version = "0.13.0",
+ .version = "0.14.0",
+ .minimum_zig_version = "0.14.0",
.dependencies = .{
.@"build-internals" = .{ .path = "build-internals" },
.core = .{ .path = "core" },
0 commit comments