Skip to content

Commit ece1a1e

Browse files
build(deps): bump solana-instruction from 3.2.0 to 3.3.0 (#335)
Bumps [solana-instruction](https://github.com/anza-xyz/solana-sdk) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/bn254@v3.2.0...account@v3.3.0) --- updated-dependencies: - dependency-name: solana-instruction dependency-version: 3.3.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 fa1aae7 commit ece1a1e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

clients/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"], optional = true }
1818
serde_with = { version = "3.18", optional = true }
1919
solana-account-info = "^3.1"
2020
solana-cpi = "3.0"
21-
solana-instruction = "3.2"
21+
solana-instruction = "3.3"
2222
solana-program-error = "3.0"
2323
solana-pubkey = { version = "4.1", features = ["borsh", "serde"] }
2424
thiserror = "2.0"

interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ solana-clock = "3.0.1"
2727
solana-cpi = { version = "3.0.0", optional = true }
2828
solana-frozen-abi = { version = "3.0.1", features = ["frozen-abi"], optional = true }
2929
solana-frozen-abi-macro = { version = "3.2.1", features = ["frozen-abi"], optional = true }
30-
solana-instruction = "3.2.0"
30+
solana-instruction = "3.3.0"
3131
solana-program-error = "3.0.0"
3232
solana-pubkey = { version = "4.1.0", default-features = false }
3333
solana-system-interface = "3.0.0"

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ solana-account = { version = "3.2.0", features = ["bincode"] }
3636
solana-config-interface = { version = "2", features = ["serde"] }
3737
solana-epoch-rewards = "3.0.1"
3838
solana-epoch-schedule = "3.0.0"
39-
solana-instruction = "3.2.0"
39+
solana-instruction = "3.3.0"
4040
solana-keypair = "3.1.2"
4141
solana-logger = "3.0.0"
4242
solana-program-test = "3.0.10"

0 commit comments

Comments
 (0)