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

Commit 9ac0f91

Browse files
committed
transfer-hook-example: Bump to 0.6.0
1 parent c9a6cdf commit 9ac0f91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.

token/program-2022-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spl-tlv-account-resolution = { version = "0.6", path = "../../libraries/tlv-acco
3737
spl-token-client = { version = "0.8", path = "../client" }
3838
spl-token-group-interface = { version = "0.2", path = "../../token-group/interface" }
3939
spl-token-metadata-interface = { version = "0.3", path = "../../token-metadata/interface" }
40-
spl-transfer-hook-example = { version = "0.5", path = "../transfer-hook/example", features = [
40+
spl-transfer-hook-example = { version = "0.6", path = "../transfer-hook/example", features = [
4141
"no-entrypoint",
4242
] }
4343
spl-transfer-hook-interface = { version = "0.6", path = "../transfer-hook/interface" }

token/transfer-hook/example/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-transfer-hook-example"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Solana Program Library Transfer Hook Example Program"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

0 commit comments

Comments
 (0)