Skip to content

Commit

Permalink
tlv account resolution: bump to include serde (#6070)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe C authored Jan 5, 2024
1 parent f382e76 commit baf1bc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.5.0"
version = "0.5.1"
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/transfer-hook/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ solana-logger = "=1.17.6"
solana-remote-wallet = "=1.17.6"
solana-sdk = "=1.17.6"
spl-transfer-hook-interface = { version = "0.4", path = "../interface" }
spl-tlv-account-resolution = { version = "0.5" , path = "../../../libraries/tlv-account-resolution", features = ["serde-traits"] }
spl-tlv-account-resolution = { version = "0.5.1" , path = "../../../libraries/tlv-account-resolution", features = ["serde-traits"] }
strum = "0.25"
strum_macros = "0.25"
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit baf1bc3

Please sign in to comment.