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

Commit d567890

Browse files
Publish tlv-account-resolution v0.8.0
1 parent 78db918 commit d567890

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.7.0"
3+
version = "0.8.0"
44
description = "Solana Program Library TLV Account Resolution Interface"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
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
@@ -38,7 +38,7 @@ spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "
3838
spl-instruction-padding = { version = "0.2.0", path = "../../instruction-padding/program", features = [
3939
"no-entrypoint",
4040
] }
41-
spl-tlv-account-resolution = { version = "0.7.0", path = "../../libraries/tlv-account-resolution" }
41+
spl-tlv-account-resolution = { version = "0.8.0", path = "../../libraries/tlv-account-resolution" }
4242
spl-token-client = { version = "0.11.0", path = "../client" }
4343
spl-token-group-interface = { version = "0.4.0", path = "../../token-group/interface" }
4444
spl-token-metadata-interface = { version = "0.4.0", path = "../../token-metadata/interface" }

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ proptest = "1.5"
4848
serial_test = "3.1.1"
4949
solana-program-test = "2.0.3"
5050
solana-sdk = "2.0.3"
51-
spl-tlv-account-resolution = { version = "0.7.0", path = "../../libraries/tlv-account-resolution" }
51+
spl-tlv-account-resolution = { version = "0.8.0", path = "../../libraries/tlv-account-resolution" }
5252
serde_json = "1.0.127"
5353

5454
[lib]

token/transfer-hook/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ solana-client = "2.0.3"
1717
solana-logger = "2.0.3"
1818
solana-remote-wallet = "2.0.3"
1919
solana-sdk = "2.0.3"
20-
spl-tlv-account-resolution = { version = "0.7.0" , path = "../../../libraries/tlv-account-resolution", features = ["serde-traits"] }
20+
spl-tlv-account-resolution = { version = "0.8.0", path = "../../../libraries/tlv-account-resolution", features = ["serde-traits"] }
2121
spl-transfer-hook-interface = { version = "0.8.0", path = "../interface" }
2222
strum = "0.26"
2323
strum_macros = "0.26"

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.8"
1818
solana-program = "2.0.3"
19-
spl-tlv-account-resolution = { version = "0.7.0" , path = "../../../libraries/tlv-account-resolution" }
19+
spl-tlv-account-resolution = { version = "0.8.0", path = "../../../libraries/tlv-account-resolution" }
2020
spl-token-2022 = { version = "5.0.0", path = "../../program-2022", features = ["no-entrypoint"] }
2121
spl-transfer-hook-interface = { version = "0.8.0", 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.17.1", features = ["derive"] }
1313
solana-program = "2.0.3"
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.7.0" , path = "../../../libraries/tlv-account-resolution" }
16+
spl-tlv-account-resolution = { version = "0.8.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.4.0", path = "../../../libraries/pod" }
1919

0 commit comments

Comments
 (0)