This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
token/confidential-transfer Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ edition = "2021"
1010[dependencies ]
1111base64 = " 0.22.1"
1212bytemuck = " 1.17.0"
13- solana-curve25519 = " 2.0.0 "
13+ solana-curve25519 = " 2.0.3 "
1414solana-zk-sdk = " 2.0.3"
1515
1616[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2021"
99
1010[dependencies ]
1111bytemuck = " 1.17.0"
12- solana-curve25519 = " 2.0.0 "
12+ solana-curve25519 = " 2.0.3 "
1313solana-zk-sdk = " 2.0.3"
1414thiserror = " 1.0.63"
1515
Original file line number Diff line number Diff line change @@ -31,8 +31,10 @@ crates=(
3131 solana-cli-config
3232 solana-cli-output
3333 solana-client
34+ solana-compute-budget
3435 solana-connection-cache
3536 solana-core
37+ solana-curve25519
3638 solana-entry
3739 solana-faucet
3840 solana-frozen-abi
@@ -55,8 +57,10 @@ crates=(
5557 solana-compute-budget-program
5658 solana-config-program
5759 solana-stake-program
60+ solana-system-program
5861 solana-vote-program
5962 solana-zk-token-proof-program
63+ solana-zk-elgamal-proof-program
6064 solana-pubsub-client
6165 solana-quic-client
6266 solana-rayon-threadlimit
You can’t perform that action at this time.
0 commit comments