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

Commit 5f01d8a

Browse files
Publish transfer-hook-interface v0.8.2
1 parent 5259e42 commit 5f01d8a

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "
3131
spl-token-2022 = { version = "5.0.1", path = "../program-2022" }
3232
spl-token-group-interface = { version = "0.4.2", path = "../../token-group/interface" }
3333
spl-token-metadata-interface = { version = "0.5.1", path = "../../token-metadata/interface" }
34-
spl-transfer-hook-interface = { version = "0.8.1", path = "../transfer-hook/interface" }
34+
spl-transfer-hook-interface = { version = "0.8.2", path = "../transfer-hook/interface" }
3535
thiserror = "1.0"
3636

3737
[features]

token/program-2022-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ spl-token-metadata-interface = { version = "0.5.1", path = "../../token-metadata
4545
spl-transfer-hook-example = { version = "0.6", path = "../transfer-hook/example", features = [
4646
"no-entrypoint",
4747
] }
48-
spl-transfer-hook-interface = { version = "0.8.1", path = "../transfer-hook/interface" }
48+
spl-transfer-hook-interface = { version = "0.8.2", path = "../transfer-hook/interface" }
4949
test-case = "3.3"

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spl-token-confidential-transfer-ciphertext-arithmetic = { version = "0.1.0", pat
3131
spl-token-confidential-transfer-proof-extraction = { version = "0.1.0", path = "../confidential-transfer/proof-extraction" }
3232
spl-token-group-interface = { version = "0.4.2", path = "../../token-group/interface" }
3333
spl-token-metadata-interface = { version = "0.5.1", path = "../../token-metadata/interface" }
34-
spl-transfer-hook-interface = { version = "0.8.1", path = "../transfer-hook/interface" }
34+
spl-transfer-hook-interface = { version = "0.8.2", path = "../transfer-hook/interface" }
3535
spl-type-length-value = { version = "0.6.0", path = "../../libraries/type-length-value" }
3636
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }
3737
thiserror = "1.0"

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 = "2.0.3"
1818
solana-remote-wallet = "2.0.3"
1919
solana-sdk = "2.0.3"
2020
spl-tlv-account-resolution = { version = "0.8.1", path = "../../../libraries/tlv-account-resolution", features = ["serde-traits"] }
21-
spl-transfer-hook-interface = { version = "0.8.1", path = "../interface" }
21+
spl-transfer-hook-interface = { version = "0.8.2", path = "../interface" }
2222
strum = "0.26"
2323
strum_macros = "0.26"
2424
tokio = { version = "1", features = ["full"] }

token/transfer-hook/example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ arrayref = "0.3.8"
1818
solana-program = "2.0.3"
1919
spl-tlv-account-resolution = { version = "0.8.1", path = "../../../libraries/tlv-account-resolution" }
2020
spl-token-2022 = { version = "5.0.1", path = "../../program-2022", features = ["no-entrypoint"] }
21-
spl-transfer-hook-interface = { version = "0.8.1", path = "../interface" }
21+
spl-transfer-hook-interface = { version = "0.8.2", path = "../interface" }
2222
spl-type-length-value = { version = "0.6.0", path = "../../../libraries/type-length-value" }
2323

2424
[dev-dependencies]

token/transfer-hook/interface/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-interface"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "Solana Program Library Transfer Hook Interface"
55
authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

0 commit comments

Comments
 (0)