We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1f50b commit 238804aCopy full SHA for 238804a
README.md
@@ -37,7 +37,7 @@ You can run the convenience script in this repo to download the compiler to
37
1. Add this package to your project:
38
39
```console
40
-zig fetch --save https://github.com/joncinque/solana-program-sdk-zig/archive/refs/tags/v0.14.2.tar.gz
+zig fetch --save https://github.com/joncinque/solana-program-sdk-zig/archive/refs/tags/v0.15.0.tar.gz
41
```
42
43
2. (Optional) if you want to generate a keypair during building, you'll also
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
2
.name = "solana-program-sdk",
3
- .version = "0.14.2",
+ .version = "0.15.0",
4
.minimum_zig_version = "0.13.0",
5
6
// This field is optional.
0 commit comments