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"
10
10
[dependencies ]
11
11
base64 = " 0.22.1"
12
12
bytemuck = " 1.17.0"
13
- solana-curve25519 = " 2.0.0 "
13
+ solana-curve25519 = " 2.0.3 "
14
14
solana-zk-sdk = " 2.0.3"
15
15
16
16
[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2021"
9
9
10
10
[dependencies ]
11
11
bytemuck = " 1.17.0"
12
- solana-curve25519 = " 2.0.0 "
12
+ solana-curve25519 = " 2.0.3 "
13
13
solana-zk-sdk = " 2.0.3"
14
14
thiserror = " 1.0.63"
15
15
Original file line number Diff line number Diff line change @@ -31,8 +31,10 @@ crates=(
31
31
solana-cli-config
32
32
solana-cli-output
33
33
solana-client
34
+ solana-compute-budget
34
35
solana-connection-cache
35
36
solana-core
37
+ solana-curve25519
36
38
solana-entry
37
39
solana-faucet
38
40
solana-frozen-abi
@@ -55,8 +57,10 @@ crates=(
55
57
solana-compute-budget-program
56
58
solana-config-program
57
59
solana-stake-program
60
+ solana-system-program
58
61
solana-vote-program
59
62
solana-zk-token-proof-program
63
+ solana-zk-elgamal-proof-program
60
64
solana-pubsub-client
61
65
solana-quic-client
62
66
solana-rayon-threadlimit
You can’t perform that action at this time.
0 commit comments