Running:
zig fetch --save "git+https://github.com/zigzap/zap#v0.10.1"
gives me:
.dependencies = .{
.zap = .{
.url = "git+https://github.com/zigzap/zap?ref=v0.10.1#8d187310c7ee4f86faa7ef0ecdac0bf747216dea",
.hash = "zap-0.9.1-GoeB84M8JACjZKDNq2LA5hB24Z-ZrZ_HUKRXd8qxL2JW",
},
},
And I can see, that files that are added from ZAP to my project, do not match 0.10.1 (for example App.zig is totally different,
438 lines vs 487 lines
It seems that it install 0.9.1 instead of 0.10.1, why?
Running:
zig fetch --save "git+https://github.com/zigzap/zap#v0.10.1"gives me:
And I can see, that files that are added from ZAP to my project, do not match 0.10.1 (for example App.zig is totally different,
438 lines vs 487 lines
It seems that it install 0.9.1 instead of 0.10.1, why?