Skip to content

Commit 68d21ec

Browse files
build(deps): bump solana-frozen-abi-macro from 3.3.0 to 3.4.0 (#386)
Bumps [solana-frozen-abi-macro](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-macro 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 bfe8b73 commit 68d21ec

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
@@ -26,7 +26,7 @@ serde_derive = { version = "1.0.210", optional = true }
2626
solana-clock = "3.0.1"
2727
solana-cpi = { version = "3.0.0", optional = true }
2828
solana-frozen-abi = { version = "3.3.0", features = ["frozen-abi"], optional = true }
29-
solana-frozen-abi-macro = { version = "3.3.0", features = ["frozen-abi"], optional = true }
29+
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"
3232
solana-pubkey = { version = "4.2.0", default-features = false }

0 commit comments

Comments
 (0)