You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Problem
Zig 0.15 is out, but the package is still on 0.14.
#### Summary of changes
Now that the solana-zig compiler supports 0.15, update everything!
BREAKING CHANGES:
* since `using namespace` was removed, do the right thing and import
into `root.zig`, so imports will need a full path, so `sol.PublicKey`
should become `sol.public_key.PublicKey`
* update `callconv(.C)` -> `callconv(.c)`
* change `format` definition to match new writer API
* get format strings right: `"{}"` -> `"{f}"`
* update program-test to mollusk, update other deps
0 commit comments