Skip to content

Commit 8b71bd4

Browse files
committed
Update deps
1 parent 2c9e383 commit 8b71bd4

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ lets the VM assume it worked.
162162
| Language | CU Usage |
163163
| --- | --- |
164164
| Rust | 464 |
165-
| Zig | 42 |
165+
| Zig | 43 |
166166
| C | 103 |
167167
| Assembly | 22 |
168168

transfer-lamports/zig/build.zig.zon

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,11 @@
1515
// Once all dependencies are fetched, `zig build` no longer requires
1616
// internet connectivity.
1717
.dependencies = .{
18-
.base58 = .{
19-
.url = "https://github.com/joncinque/base58-zig/archive/refs/tags/v0.13.3.tar.gz",
20-
.hash = "1220fd067bf167b9062cc29ccf715ff97643c2d3f8958beea863b6036876bb71bcb8",
21-
},
2218
.@"solana-program-sdk" = .{
23-
.path = "../../../zig/solana-program-sdk-zig",
24-
//.url = "https://github.com/joncinque/solana-program-sdk-zig/archive/refs/tags/v0.13.1.tar.gz",
25-
//.hash = "122030336f1257e3c0aa64243f5243f554b903c6b9ef3a91d48bfbe896c0c7d9b13b",
19+
.url = "https://github.com/joncinque/solana-program-sdk-zig/archive/refs/tags/v0.14.0.tar.gz",
20+
.hash = "1220bdfa4ea1ab6330959ce4bc40feb5b39a7f98923a266a94b69e27fd20c3526786",
2621
},
2722
},
28-
29-
// Specifies the set of files and directories that are included in this package.
30-
// Only files and directories listed here are included in the `hash` that
31-
// is computed for this package.
32-
// Paths are relative to the build root. Use the empty string (`""`) to refer to
33-
// the build root itself.
34-
// A directory listed here means that all files within, recursively, are included.
3523
.paths = .{
3624
"build.zig",
3725
"build.zig.zon",

0 commit comments

Comments
 (0)