Skip to content

Commit 5594540

Browse files
build(deps): bump solana-frozen-abi from 3.3.0 to 3.4.0 (#388)
Bumps [solana-frozen-abi](https://github.com/anza-xyz/solana-sdk) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/account@v3.3.0...account@v3.4.0) --- updated-dependencies: - dependency-name: solana-frozen-abi dependency-version: 3.4.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 68d21ec commit 5594540

2 files changed

Lines changed: 3 additions & 3 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.

interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde = { version = "1.0.210", optional = true }
2525
serde_derive = { version = "1.0.210", optional = true }
2626
solana-clock = "3.0.1"
2727
solana-cpi = { version = "3.0.0", optional = true }
28-
solana-frozen-abi = { version = "3.3.0", features = ["frozen-abi"], optional = true }
28+
solana-frozen-abi = { version = "3.4.0", features = ["frozen-abi"], optional = true }
2929
solana-frozen-abi-macro = { version = "3.4.0", features = ["frozen-abi"], optional = true }
3030
solana-instruction = "3.4.0"
3131
solana-program-error = "3.0.1"

0 commit comments

Comments
 (0)