Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 8e4de74

Browse files
committed
use local spl-pod for dependency
1 parent 4862464 commit 8e4de74

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

Cargo.lock

Lines changed: 1 addition & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.78.0"
2+
channel = "1.79.0"

token/confidential-transfer/proof-extraction/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bytemuck = "1.19.0"
1212
solana-curve25519 = "2.0.3"
1313
solana-program = "2.0.3"
1414
solana-zk-sdk = "2.0.3"
15-
spl-pod = "0.4.0"
15+
spl-pod = { version = "0.4.0", path = "../../../libraries/pod" }
1616
thiserror = "1.0.64"
1717

1818
[lib]

0 commit comments

Comments
 (0)