Skip to content

Commit b2d232c

Browse files
authored
program: Bump local dependencies for publish (#824)
#### Problem The publish job failed because it was trying to build against v2.0.0 of spl-token-2022-interface, which doesn't contain a change required for the program to work. #### Summary of changes Bump the versions of local dependencies.
1 parent f532ec2 commit b2d232c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

program/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ solana-system-interface = { version = "2.0.0", features = ["bincode"] }
4343
solana-zk-sdk = "4.0.0"
4444
spl-elgamal-registry-interface = { version = "0.1.0", path = "../confidential/elgamal-registry-interface" }
4545
spl-memo-interface = { version = "2.0" }
46-
spl-token-2022-interface = { version = "2.0", path = "../interface" }
47-
spl-token-confidential-transfer-ciphertext-arithmetic = { version = "0.4.0", path = "../confidential/ciphertext-arithmetic" }
48-
spl-token-confidential-transfer-proof-extraction = { version = "0.5.0", path = "../confidential/proof-extraction" }
46+
spl-token-2022-interface = { version = "2.1.0", path = "../interface" }
47+
spl-token-confidential-transfer-ciphertext-arithmetic = { version = "0.4.1", path = "../confidential/ciphertext-arithmetic" }
48+
spl-token-confidential-transfer-proof-extraction = { version = "0.5.1", path = "../confidential/proof-extraction" }
4949
spl-token-group-interface = { version = "0.7.1" }
5050
spl-token-metadata-interface = { version = "0.8.0" }
5151
spl-transfer-hook-interface = { version = "2.0.0" }
@@ -56,7 +56,7 @@ serde_with = { version = "3.14.1", optional = true }
5656
base64 = { version = "0.22.1", optional = true }
5757

5858
[target.'cfg(not(target_os = "solana"))'.dependencies]
59-
spl-token-confidential-transfer-proof-generation = { version = "0.5.0", path = "../confidential/proof-generation" }
59+
spl-token-confidential-transfer-proof-generation = { version = "0.5.1", path = "../confidential/proof-generation" }
6060

6161
[dev-dependencies]
6262
lazy_static = "1.5.0"

0 commit comments

Comments
 (0)