Skip to content

Commit b7d16b0

Browse files
Bump solana-instruction from 2.3.0 to 3.0.0
Bumps [solana-instruction](https://github.com/anza-xyz/solana-sdk) from 2.3.0 to 3.0.0. - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/[email protected]@v3.0.0) --- updated-dependencies: - dependency-name: solana-instruction dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37b7d11 commit b7d16b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.

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.15", optional = true }
1919
solana-account-info = "^2"
2020
solana-cpi = "^2"
21-
solana-instruction = "^2"
21+
solana-instruction = "^3"
2222
solana-program-error = "^2"
2323
solana-pubkey = "^2"
2424
thiserror = "^2.0"

0 commit comments

Comments
 (0)