Skip to content

Commit

Permalink
Publish spl-instruction-padding v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2024
1 parent 15d09b6 commit ed01eb8
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 instruction-padding/program/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-instruction-padding"
version = "0.2.0"
version = "0.3.0"
description = "Solana Program Library Instruction Padding Program"
authors = ["Solana Labs Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down
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-token-2022 = { version = "5.0.2", path = "../program-2022", features = [
] }
spl-token-confidential-transfer-proof-extraction = { version = "0.1.0", path = "../confidential-transfer/proof-extraction" }
spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "../confidential-transfer/proof-generation" }
spl-instruction-padding = { version = "0.2.0", path = "../../instruction-padding/program", features = [
spl-instruction-padding = { version = "0.3.0", path = "../../instruction-padding/program", features = [
"no-entrypoint",
] }
spl-tlv-account-resolution = { version = "0.8.1", path = "../../libraries/tlv-account-resolution" }
Expand Down

0 comments on commit ed01eb8

Please sign in to comment.