Skip to content

Commit dd65f39

Browse files
committed
Bump to 0.14.0, minimum zig version to 0.13
1 parent 5818603 commit dd65f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.{
22
.name = "solana-program-sdk",
3-
.version = "0.13.1",
4-
.minimum_zig_version = "0.12.0",
3+
.version = "0.14.0",
4+
.minimum_zig_version = "0.13.0",
55

66
// This field is optional.
77
// Each dependency must either provide a `url` and `hash`, or a `path`.

0 commit comments

Comments
 (0)