Skip to content

Commit 8fb7057

Browse files
build(deps): bump solana-frozen-abi from 3.0.0 to 3.0.1 (#142)
Bumps [solana-frozen-abi](https://github.com/anza-xyz/solana-sdk) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/[email protected]@v3.0.1) --- updated-dependencies: - dependency-name: solana-frozen-abi dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7374f7d commit 8fb7057

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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
@@ -23,7 +23,7 @@ serde = { version = "1.0.210", optional = true }
2323
serde_derive = { version = "1.0.210", optional = true }
2424
solana-clock = "3.0.0"
2525
solana-cpi = { version = "3.0.0", optional = true }
26-
solana-frozen-abi = { version = "3.0.0", features = ["frozen-abi"], optional = true }
26+
solana-frozen-abi = { version = "3.0.1", features = ["frozen-abi"], optional = true }
2727
solana-frozen-abi-macro = { version = "3.0.1", features = ["frozen-abi"], optional = true }
2828
solana-instruction = "3.0.0"
2929
solana-program-error = "3.0.0"

0 commit comments

Comments
 (0)