Skip to content

Commit

Permalink
Publish spl-tlv-account-resolution v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2024
1 parent aafc3ec commit 2c5327b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libraries/tlv-account-resolution/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-tlv-account-resolution"
version = "0.8.1"
version = "0.9.0"
description = "Solana Program Library TLV Account Resolution Interface"
authors = ["Solana Labs Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "
spl-instruction-padding = { version = "0.3.0", path = "../../instruction-padding/program", features = [
"no-entrypoint",
] }
spl-tlv-account-resolution = { version = "0.8.1", path = "../../libraries/tlv-account-resolution" }
spl-tlv-account-resolution = { version = "0.9.0", path = "../../libraries/tlv-account-resolution" }
spl-token-client = { version = "0.12.1", path = "../client" }
spl-token-group-interface = { version = "0.4.2", path = "../../token-group/interface" }
spl-token-metadata-interface = { version = "0.5.1", path = "../../token-metadata/interface" }
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ proptest = "1.5"
serial_test = "3.1.1"
solana-program-test = "2.1.0"
solana-sdk = "2.1.0"
spl-tlv-account-resolution = { version = "0.8.1", path = "../../libraries/tlv-account-resolution" }
spl-tlv-account-resolution = { version = "0.9.0", path = "../../libraries/tlv-account-resolution" }
serde_json = "1.0.132"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion token/transfer-hook/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ solana-client = "2.1.0"
solana-logger = "2.1.0"
solana-remote-wallet = "2.1.0"
solana-sdk = "2.1.0"
spl-tlv-account-resolution = { version = "0.8.1", path = "../../../libraries/tlv-account-resolution", features = ["serde-traits"] }
spl-tlv-account-resolution = { version = "0.9.0", path = "../../../libraries/tlv-account-resolution", features = ["serde-traits"] }
spl-transfer-hook-interface = { version = "0.8.2", path = "../interface" }
strum = "0.26"
strum_macros = "0.26"
Expand Down
2 changes: 1 addition & 1 deletion token/transfer-hook/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ forbid-additional-mints = []
[dependencies]
arrayref = "0.3.9"
solana-program = "2.1.0"
spl-tlv-account-resolution = { version = "0.8.1", path = "../../../libraries/tlv-account-resolution" }
spl-tlv-account-resolution = { version = "0.9.0", path = "../../../libraries/tlv-account-resolution" }
spl-token-2022 = { version = "5.0.2", path = "../../program-2022", features = ["no-entrypoint"] }
spl-transfer-hook-interface = { version = "0.8.2", path = "../interface" }
spl-type-length-value = { version = "0.7.0", path = "../../../libraries/type-length-value" }
Expand Down
2 changes: 1 addition & 1 deletion token/transfer-hook/interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bytemuck = { version = "1.19.0", features = ["derive"] }
solana-program = "2.1.0"
spl-discriminator = { version = "0.4.0", path = "../../../libraries/discriminator" }
spl-program-error = { version = "0.6.0", path = "../../../libraries/program-error" }
spl-tlv-account-resolution = { version = "0.8.1", path = "../../../libraries/tlv-account-resolution" }
spl-tlv-account-resolution = { version = "0.9.0", path = "../../../libraries/tlv-account-resolution" }
spl-type-length-value = { version = "0.7.0", path = "../../../libraries/type-length-value" }
spl-pod = { version = "0.5.0", path = "../../../libraries/pod" }

Expand Down

0 comments on commit 2c5327b

Please sign in to comment.