Skip to content

Commit 91d1dfd

Browse files
build(deps): bump solana-config-interface from 1.0.0 to 2.0.0
Bumps [solana-config-interface](https://github.com/solana-program/config) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/solana-program/config/releases) - [Commits](https://github.com/solana-program/config/compare/[email protected]@v2.0.0) --- updated-dependencies: - dependency-name: solana-config-interface dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39b317a commit 91d1dfd

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

Cargo.lock

Lines changed: 1 addition & 18 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
@@ -24,7 +24,7 @@ borsh = { workspace = true }
2424
kaigan = { workspace = true }
2525
serde = { workspace = true, features = ["derive"], optional = true }
2626
solana-client = { workspace = true, optional = true }
27-
solana-config-interface = { version = "1", optional = true }
27+
solana-config-interface = { version = "2", optional = true }
2828
solana-program = { workspace = true, features = ["borsh"] }
2929
solana-sdk = { workspace = true, optional = true }
3030

0 commit comments

Comments
 (0)