Skip to content

Commit 58394a0

Browse files
authored
Bump solana-sdk version (#11)
* Bump solana-sdk version * Also bump package version
1 parent 60cdaa7 commit 58394a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.zig.zon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
.{
22
.fingerprint = 0xa4b85d3595fe4ad7,
33
.name = .solana_program_library,
4-
.version = "0.16.0",
4+
.version = "0.16.1",
55
.minimum_zig_version = "0.15.0",
66
.dependencies = .{
77
.bincode = .{
88
.url = "https://github.com/joncinque/bincode-zig/archive/refs/tags/v0.15.1.tar.gz",
99
.hash = "bincode-0.15.1-LYspxORwAAC0ty6JQz_DAmUk2gHiOMmJnYveMUEW939Z",
1010
},
1111
.solana_program_sdk = .{
12-
.url = "https://github.com/joncinque/solana-program-sdk-zig/archive/refs/tags/v0.17.0.tar.gz",
13-
.hash = "solana_program_sdk-0.17.0-wGj9UHjiAAC5lyL1BQ4MI7wcQYrqSjHrxdvZXDaA8Glb",
12+
.url = "https://github.com/joncinque/solana-program-sdk-zig/archive/refs/tags/v0.17.1.tar.gz",
13+
.hash = "solana_program_sdk-0.17.1-wGj9UBrlAADAagTi3MSX1vSpGg-DePWB_5znbUgMlH1U",
1414
},
1515
},
1616
.paths = .{

0 commit comments

Comments
 (0)