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

Commit 724cb8d

Browse files
author
Joe C
authored
tlv account resolution: bump (#5985)
1 parent 46fb9d0 commit 724cb8d

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 18 additions & 18 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.4.0"
3+
version = "0.5.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/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 = "=1.17.6"
1818
solana-remote-wallet = "=1.17.6"
1919
solana-sdk = "=1.17.6"
2020
spl-transfer-hook-interface = { version = "0.4", path = "../interface" }
21-
spl-tlv-account-resolution = { version = "0.4" , path = "../../../libraries/tlv-account-resolution" }
21+
spl-tlv-account-resolution = { version = "0.5" , path = "../../../libraries/tlv-account-resolution" }
2222
strum = "0.25"
2323
strum_macros = "0.25"
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
@@ -14,7 +14,7 @@ test-sbf = []
1414
[dependencies]
1515
arrayref = "0.3.7"
1616
solana-program = "1.17.6"
17-
spl-tlv-account-resolution = { version = "0.4" , path = "../../../libraries/tlv-account-resolution" }
17+
spl-tlv-account-resolution = { version = "0.5" , path = "../../../libraries/tlv-account-resolution" }
1818
spl-token-2022 = { version = "1.0", path = "../../program-2022", features = ["no-entrypoint"] }
1919
spl-transfer-hook-interface = { version = "0.4" , path = "../interface" }
2020
spl-type-length-value = { version = "0.3" , 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.14.0", features = ["derive"] }
1313
solana-program = "1.17.6"
1414
spl-discriminator = { version = "0.1" , path = "../../../libraries/discriminator" }
1515
spl-program-error = { version = "0.3" , path = "../../../libraries/program-error" }
16-
spl-tlv-account-resolution = { version = "0.4" , path = "../../../libraries/tlv-account-resolution" }
16+
spl-tlv-account-resolution = { version = "0.5" , path = "../../../libraries/tlv-account-resolution" }
1717
spl-type-length-value = { version = "0.3" , path = "../../../libraries/type-length-value" }
1818
spl-pod = { version = "0.1", path = "../../../libraries/pod" }
1919

0 commit comments

Comments
 (0)