Skip to content

Commit

Permalink
use local spl-pod for dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim-crypto committed Oct 21, 2024
1 parent 4862464 commit 8e4de74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
15 changes: 1 addition & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.78.0"
channel = "1.79.0"
2 changes: 1 addition & 1 deletion token/confidential-transfer/proof-extraction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bytemuck = "1.19.0"
solana-curve25519 = "2.0.3"
solana-program = "2.0.3"
solana-zk-sdk = "2.0.3"
spl-pod = "0.4.0"
spl-pod = { version = "0.4.0", path = "../../../libraries/pod" }
thiserror = "1.0.64"

[lib]
Expand Down

0 comments on commit 8e4de74

Please sign in to comment.