Skip to content

Commit 125304c

Browse files
build(deps): bump solana-instruction from 3.1.0 to 3.2.0 (#187)
Bumps [solana-instruction](https://github.com/anza-xyz/solana-sdk) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/msg@v3.1.0...bn254@v3.2.0) --- updated-dependencies: - dependency-name: solana-instruction dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ecc069c commit 125304c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

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

interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ borsh = ["dep:borsh"]
1212

1313
[dependencies]
1414
borsh = { version = "1", optional = true, features = ["unstable__schema"] }
15-
solana-instruction = { version = "3.1.0", features = ["std"] }
15+
solana-instruction = { version = "3.2.0", features = ["std"] }
1616
solana-pubkey = { version = "4.1.0", features = ["curve25519"] }
1717

1818
[dev-dependencies]

mollusk_harness/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["lib"]
1414
mollusk-svm = { version = "0.7.2" }
1515
mollusk-svm-programs-token = { version = "0.7.2" }
1616
solana-account = "3.4"
17-
solana-instruction = "3.1"
17+
solana-instruction = "3.2"
1818
solana-keypair = "3.0"
1919
solana-program-error = "3.0"
2020
solana-program-option = "3.0"

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ num-derive = "0.4"
1717
num-traits = "0.2"
1818
solana-account-info = "3.1"
1919
solana-cpi = "3.1"
20-
solana-instruction = "3.1"
20+
solana-instruction = "3.2"
2121
solana-msg = "3.0"
2222
solana-program-entrypoint = "3.1"
2323
solana-program-error = "3.0"

0 commit comments

Comments
 (0)