Skip to content

Commit

Permalink
instruction-padding: Bump to 0.2.0 for Solana v2 support (#6912)
Browse files Browse the repository at this point in the history
instruction-padding: Bump version for Solana v2 support
  • Loading branch information
joncinque committed Jun 25, 2024
1 parent 9da669f commit 667153b
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.1.1"
version = "0.2.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 @@ -30,7 +30,7 @@ spl-pod = { version = "0.2.2", path = "../../libraries/pod" }
spl-token-2022 = { version = "3.0.2", path = "../program-2022", features = [
"no-entrypoint",
] }
spl-instruction-padding = { version = "0.1.1", path = "../../instruction-padding/program", features = [
spl-instruction-padding = { version = "0.2.0", path = "../../instruction-padding/program", features = [
"no-entrypoint",
] }
spl-tlv-account-resolution = { version = "0.6.3", path = "../../libraries/tlv-account-resolution" }
Expand Down

0 comments on commit 667153b

Please sign in to comment.