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

Commit ce92702

Browse files
author
Joe C
authored
bump/tlv-account-resolution (#4609)
1 parent eb8570f commit ce92702

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.1.0"
3+
version = "0.2.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-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.16.1"
17-
spl-tlv-account-resolution = { version = "0.1.0" , path = "../../libraries/tlv-account-resolution" }
17+
spl-tlv-account-resolution = { version = "0.2.0" , path = "../../libraries/tlv-account-resolution" }
1818
spl-token-2022 = { version = "0.6", path = "../program-2022", features = ["no-entrypoint"] }
1919
spl-transfer-hook-interface = { version = "0.1.0" , path = "../transfer-hook-interface" }
2020
spl-type-length-value = { version = "0.2.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
@@ -15,7 +15,7 @@ num-traits = "0.2"
1515
num_enum = "0.6.1"
1616
solana-program = "1.16.1"
1717
spl-discriminator = { version = "0.1.0" , path = "../../libraries/discriminator" }
18-
spl-tlv-account-resolution = { version = "0.1.0" , path = "../../libraries/tlv-account-resolution" }
18+
spl-tlv-account-resolution = { version = "0.2.0" , path = "../../libraries/tlv-account-resolution" }
1919
spl-type-length-value = { version = "0.2.0" , path = "../../libraries/type-length-value" }
2020
thiserror = "1.0"
2121

0 commit comments

Comments
 (0)