Skip to content

Commit

Permalink
transfer-hook-example: Bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Mar 28, 2024
1 parent c9a6cdf commit 9ac0f91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 token/program-2022-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spl-tlv-account-resolution = { version = "0.6", path = "../../libraries/tlv-acco
spl-token-client = { version = "0.8", path = "../client" }
spl-token-group-interface = { version = "0.2", path = "../../token-group/interface" }
spl-token-metadata-interface = { version = "0.3", path = "../../token-metadata/interface" }
spl-transfer-hook-example = { version = "0.5", path = "../transfer-hook/example", features = [
spl-transfer-hook-example = { version = "0.6", path = "../transfer-hook/example", features = [
"no-entrypoint",
] }
spl-transfer-hook-interface = { version = "0.6", path = "../transfer-hook/interface" }
Expand Down
2 changes: 1 addition & 1 deletion token/transfer-hook/example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-transfer-hook-example"
version = "0.5.0"
version = "0.6.0"
description = "Solana Program Library Transfer Hook Example Program"
authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down

0 comments on commit 9ac0f91

Please sign in to comment.