Skip to content

Commit 7ef398b

Browse files
build(deps): bump solana-system-interface from 2.0.0 to 3.0.0
Bumps [solana-system-interface](https://github.com/anza-xyz/solana-sdk) from 2.0.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-system-interface dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35c5e21 commit 7ef398b

File tree

3 files changed

+45
-8
lines changed

3 files changed

+45
-8
lines changed

Cargo.lock

Lines changed: 43 additions & 6 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
@@ -28,7 +28,7 @@ solana-frozen-abi-macro = { version = "3.0.1", features = ["frozen-abi"], option
2828
solana-instruction = "3.0.0"
2929
solana-program-error = "3.0.0"
3030
solana-pubkey = { version = "3.0.0", default-features = false }
31-
solana-system-interface = "2.0.0"
31+
solana-system-interface = "3.0.0"
3232
solana-sysvar = { version = "3.0.0", optional = true }
3333
solana-sysvar-id = { version = "3.0.0", optional = true }
3434

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ solana-program-test = "3.0.10"
4141
solana-sdk-ids = "3.0.0"
4242
solana-signature = "3.0.0"
4343
solana-signer = "3.0.0"
44-
solana-system-interface = { version = "2.0.0", features = ["bincode"] }
44+
solana-system-interface = { version = "3.0.0", features = ["bincode"] }
4545
solana-sysvar-id = "3.0.0"
4646
solana-transaction = "3.0.0"
4747
test-case = "3.3.1"

0 commit comments

Comments
 (0)