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

Commit ae39e8e

Browse files
authored
tlv-account-resolution: Bump to 0.7.0 for Solana v2 (#6920)
1 parent b73eae7 commit ae39e8e

File tree

7 files changed

+26
-26
lines changed

7 files changed

+26
-26
lines changed

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/tlv-account-resolution/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-tlv-account-resolution"
3-
version = "0.6.3"
3+
version = "0.7.0"
44
description = "Solana Program Library TLV Account Resolution Interface"
55
authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

token/program-2022-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spl-token-2022 = { version = "3.0.2", path = "../program-2022", features = [
3333
spl-instruction-padding = { version = "0.2.0", path = "../../instruction-padding/program", features = [
3434
"no-entrypoint",
3535
] }
36-
spl-tlv-account-resolution = { version = "0.6.3", path = "../../libraries/tlv-account-resolution" }
36+
spl-tlv-account-resolution = { version = "0.7.0", path = "../../libraries/tlv-account-resolution" }
3737
spl-token-client = { version = "0.10.0", path = "../client" }
3838
spl-token-group-interface = { version = "0.2.3", path = "../../token-group/interface" }
3939
spl-token-metadata-interface = { version = "0.3.3", path = "../../token-metadata/interface" }

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ proptest = "1.5"
4747
serial_test = "3.1.1"
4848
solana-program-test = "2.0.0"
4949
solana-sdk = "2.0.0"
50-
spl-tlv-account-resolution = { version = "0.6.3", path = "../../libraries/tlv-account-resolution" }
50+
spl-tlv-account-resolution = { version = "0.7.0", path = "../../libraries/tlv-account-resolution" }
5151
serde_json = "1.0.117"
5252

5353
[lib]

token/transfer-hook/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ solana-logger = "2.0.0"
1818
solana-remote-wallet = "2.0.0"
1919
solana-sdk = "2.0.0"
2020
spl-transfer-hook-interface = { version = "0.6.3", path = "../interface" }
21-
spl-tlv-account-resolution = { version = "0.6.3" , path = "../../../libraries/tlv-account-resolution", features = ["serde-traits"] }
21+
spl-tlv-account-resolution = { version = "0.7.0" , path = "../../../libraries/tlv-account-resolution", features = ["serde-traits"] }
2222
strum = "0.26"
2323
strum_macros = "0.26"
2424
tokio = { version = "1", features = ["full"] }

token/transfer-hook/example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ forbid-additional-mints = []
1616
[dependencies]
1717
arrayref = "0.3.7"
1818
solana-program = "2.0.0"
19-
spl-tlv-account-resolution = { version = "0.6.3" , path = "../../../libraries/tlv-account-resolution" }
19+
spl-tlv-account-resolution = { version = "0.7.0" , path = "../../../libraries/tlv-account-resolution" }
2020
spl-token-2022 = { version = "3.0.2", path = "../../program-2022", features = ["no-entrypoint"] }
2121
spl-transfer-hook-interface = { version = "0.6.3" , path = "../interface" }
2222
spl-type-length-value = { version = "0.5.0" , path = "../../../libraries/type-length-value" }

token/transfer-hook/interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bytemuck = { version = "1.16.1", features = ["derive"] }
1313
solana-program = "2.0.0"
1414
spl-discriminator = { version = "0.3.0" , path = "../../../libraries/discriminator" }
1515
spl-program-error = { version = "0.5.0" , path = "../../../libraries/program-error" }
16-
spl-tlv-account-resolution = { version = "0.6.3" , path = "../../../libraries/tlv-account-resolution" }
16+
spl-tlv-account-resolution = { version = "0.7.0" , path = "../../../libraries/tlv-account-resolution" }
1717
spl-type-length-value = { version = "0.5.0" , path = "../../../libraries/type-length-value" }
1818
spl-pod = { version = "0.3.0", path = "../../../libraries/pod" }
1919

0 commit comments

Comments
 (0)