v0.1.0-pre.016

This commit is contained in:
2026-07-24 18:19:27 +02:00
parent a818c4a60e
commit 252fe51e34
17 changed files with 1830 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
# file: kb-lib/Cargo.toml
# version: 9
# version: 10
[package]
name = "kb-lib"
@@ -32,6 +32,7 @@ solana-system-interface.workspace = true
solana-vote-interface.workspace = true
solana-zk-elgamal-proof-interface.workspace = true
spl-associated-token-account-interface.workspace = true
spl-memo-interface.workspace = true
tracing.workspace = true
ts-rs.workspace = true
wincode.workspace = true
@@ -41,7 +42,6 @@ solana-ed25519-program.workspace = true
solana-secp256k1-program.workspace = true
solana-secp256r1-program.workspace = true
spl-elgamal-registry-interface.workspace = true
spl-memo-interface.workspace = true
spl-token-2022-interface.workspace = true
spl-token-interface.workspace = true