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

Commit 8d311d3

Browse files
author
Joe C
authored
bump transfer hook example (#6155)
1 parent d24c3f6 commit 8d311d3

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
@@ -31,6 +31,6 @@ spl-tlv-account-resolution = { version = "0.5.0", path = "../../libraries/tlv-ac
3131
spl-token-client = { version = "0.8", path = "../client" }
3232
spl-token-group-interface = { version = "0.1", path = "../../token-group/interface" }
3333
spl-token-metadata-interface = { version = "0.2", path = "../../token-metadata/interface" }
34-
spl-transfer-hook-example = { version = "0.4", path="../transfer-hook/example", features = ["no-entrypoint"] }
34+
spl-transfer-hook-example = { version = "0.5", path="../transfer-hook/example", features = ["no-entrypoint"] }
3535
spl-transfer-hook-interface = { version = "0.5", path="../transfer-hook/interface" }
3636
test-case = "3.3"

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.4.0"
3+
version = "0.5.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)