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

Commit b9b73b0

Browse files
authored
token-metadata: Update program crates to Solana 1.16.1 (#4603)
1 parent 91f0fd7 commit b9b73b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

token-metadata/example/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ no-entrypoint = []
1212
test-sbf = []
1313

1414
[dependencies]
15-
solana-program = "1.14.12"
15+
solana-program = "1.16.1"
1616
spl-type-length-value = { version = "0.1.0" , path = "../../libraries/type-length-value" }
1717
spl-token-2022 = { version = "0.6.0", path = "../../token/program-2022" }
1818
spl-token-metadata-interface = { version = "0.1.0", path = "../interface" }
1919

2020
[dev-dependencies]
21-
solana-program-test = "1.14.12"
22-
solana-sdk = "1.14.12"
21+
solana-program-test = "1.16.1"
22+
solana-sdk = "1.16.1"
2323
spl-token-client = { version = "0.5", path = "../../token/client" }
2424
test-case = "3.1"
2525

0 commit comments

Comments
 (0)