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

Commit 667153b

Browse files
authored
instruction-padding: Bump to 0.2.0 for Solana v2 support (#6912)
instruction-padding: Bump version for Solana v2 support
1 parent 9da669f commit 667153b

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.

instruction-padding/program/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-instruction-padding"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Solana Program Library Instruction Padding Program"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

token/program-2022-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spl-pod = { version = "0.2.2", path = "../../libraries/pod" }
3030
spl-token-2022 = { version = "3.0.2", path = "../program-2022", features = [
3131
"no-entrypoint",
3232
] }
33-
spl-instruction-padding = { version = "0.1.1", path = "../../instruction-padding/program", features = [
33+
spl-instruction-padding = { version = "0.2.0", path = "../../instruction-padding/program", features = [
3434
"no-entrypoint",
3535
] }
3636
spl-tlv-account-resolution = { version = "0.6.3", path = "../../libraries/tlv-account-resolution" }

0 commit comments

Comments
 (0)