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

Commit baf1bc3

Browse files
author
Joe C
authored
tlv account resolution: bump to include serde (#6070)
1 parent f382e76 commit baf1bc3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.5.0"
3+
version = "0.5.1"
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.5" , path = "../../../libraries/tlv-account-resolution", features = ["serde-traits"] }
21+
spl-tlv-account-resolution = { version = "0.5.1" , path = "../../../libraries/tlv-account-resolution", features = ["serde-traits"] }
2222
strum = "0.25"
2323
strum_macros = "0.25"
2424
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)