Skip to content

Commit 31312f7

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 4adc140 commit 31312f7

File tree

5 files changed

+84
-38
lines changed

5 files changed

+84
-38
lines changed

Cargo.lock

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

clients/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ solana-commitment-config = "3.0.0"
3030
solana-logger = "3.0.0"
3131
solana-remote-wallet = "3.0.0"
3232
solana-sdk = "3.0.0"
33-
solana-system-interface = "2"
33+
solana-system-interface = "3"
3434
solana-transaction-status = "3.0.0"
3535
spl-associated-token-account-interface = { version = "2.0.0" }
3636
spl-pod = { version = "0.7.1" }

clients/rust-legacy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ solana-rpc-client = "3.0.0"
4242
solana-rpc-client-api = "3.0.0"
4343
solana-signature = "3.0.0"
4444
solana-signer = "3.0.0"
45-
solana-system-interface = "2"
45+
solana-system-interface = "3"
4646
solana-transaction = "3.0.0"
4747
spl-associated-token-account-interface = { version = "2.0.0" }
4848
spl-elgamal-registry = { version = "0.4.0", path = "../../confidential/elgamal-registry", features = ["no-entrypoint"] }

confidential/elgamal-registry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ solana-pubkey = { version = "3.0.0", features = ["curve25519"] }
2323
solana-rent = "3.0.0"
2424
solana-sdk-ids = "3.0.0"
2525
solana-security-txt = "1.1.1"
26-
solana-system-interface = { version = "2.0.0", features = ["bincode"] }
26+
solana-system-interface = { version = "3.0.0", features = ["bincode"] }
2727
solana-sysvar = { version = "3.0.0", features = ["bincode"] }
2828
solana-zk-sdk = "4.0.0"
2929
spl-elgamal-registry-interface = { version = "0.1.0", path = "../elgamal-registry-interface" }

0 commit comments

Comments
 (0)