Opening this issue to discuss an upgrade of Zig from 0.10.1 to 0.11.0
Zig 0.11.0 was released yesterday: https://ziglang.org/download/0.11.0/release-notes.html
It's backwards-incompatible with 0.10.1 which should be no big surprise. What I'm
interested in talking about is how to handle the transition. A lot of Zig software
has been tracking the changes for 0.11.0 in particular because it came with some
package management abilities that really made owning a zig-built library or executable
a lot cheaper.
Is it acceptable to have two versions of Zig in void-packages while projects are transitioning?
Opening this issue to discuss an upgrade of Zig from 0.10.1 to 0.11.0
Zig 0.11.0 was released yesterday: https://ziglang.org/download/0.11.0/release-notes.html
It's backwards-incompatible with 0.10.1 which should be no big surprise. What I'm
interested in talking about is how to handle the transition. A lot of Zig software
has been tracking the changes for 0.11.0 in particular because it came with some
package management abilities that really made owning a zig-built library or executable
a lot cheaper.
Is it acceptable to have two versions of Zig in void-packages while projects are transitioning?