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

Commit ed01eb8

Browse files
Publish spl-instruction-padding v0.3.0
1 parent 15d09b6 commit ed01eb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

instruction-padding/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-instruction-padding"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Solana Program Library Instruction Padding Program"
55
authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

token/program-2022-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spl-token-2022 = { version = "5.0.2", path = "../program-2022", features = [
3737
] }
3838
spl-token-confidential-transfer-proof-extraction = { version = "0.1.0", path = "../confidential-transfer/proof-extraction" }
3939
spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "../confidential-transfer/proof-generation" }
40-
spl-instruction-padding = { version = "0.2.0", path = "../../instruction-padding/program", features = [
40+
spl-instruction-padding = { version = "0.3.0", path = "../../instruction-padding/program", features = [
4141
"no-entrypoint",
4242
] }
4343
spl-tlv-account-resolution = { version = "0.8.1", path = "../../libraries/tlv-account-resolution" }

0 commit comments

Comments
 (0)