File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ exe.root_module.addImport("libversion", libversion.module("libversion"));
5555# Zig Release support
5656
5757`libversion-zig` keeps track the specification of latest [stable version of Zig](https://ziglang.org/download/).
58- Currently, it can only be built by [Zig 0.14 ](https://ziglang.org/download/0.14.0 /release-notes.html).
58+ Currently, it can only be built by [Zig 0.15 ](https://ziglang.org/download/0.15.2 /release-notes.html).
5959The plan is to support releases once Zig 1.0 is released but this can still change.
6060
6161# Development & Build
6262
63- - Install [Zig 0.15.1 ](https://ziglang.org/download/#release-0.15.1 ).
63+ - Install [Zig 0.15.2 ](https://ziglang.org/download/#release-0.15.2 ).
6464 - Clone project by git.
6565 - In project workspace, run build/test by `zig` command.
6666 ```sh
You can’t perform that action at this time.
0 commit comments