#Can't build zls on zig 0.13.0

1 messages · Page 1 of 1 (latest)

ruby seal
#

Hi I am running Zig 0.13.0 and i am trying to build the zls but I keep getting this error
`
error: Your Zig version does not meet the minimum build requirement:
required Zig version: 0.14.0-dev.1346+31fef6f11 (or greater)
actual Zig version: 0.13.0

                                                   Please download or compile a tagged release of ZLS.
                                                     -> https://github.com/zigtools/zls/releases
                                                     -> https://github.com/zigtools/zls/releases/tag/0.13.0 (may not exist yet)

`
I feel like the versions are not compliant but when i check on zls github it seems the latest release is 0.13.0 which I think should work just fine. I'd really appreciate any help I can get.

sonic yoke
#

you have to check out the 0.13.0 tag, you're using the main branch

wispy bone
#

$ git checkout 0.13.0 in your zls/ directory