Skip to content

Commit 29a5201

Browse files
build(deps): bump solana-program-error from 2.2.1 to 3.0.0
Bumps [solana-program-error](https://github.com/anza-xyz/solana-sdk) from 2.2.1 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-program-error dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5291454 commit 29a5201

File tree

2 files changed

+40
-31
lines changed

2 files changed

+40
-31
lines changed

Cargo.lock

Lines changed: 39 additions & 30 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
@@ -21,7 +21,7 @@ solana-borsh = "2.2.1"
2121
solana-decode-error = "2.2.1"
2222
solana-instruction = "2.2.1"
2323
solana-msg = "2.2.1"
24-
solana-program-error = { version = "2.2.1", features = ["borsh"] }
24+
solana-program-error = { version = "3.0.0", features = ["borsh"] }
2525
solana-pubkey = "2.2.1"
2626
spl-discriminator = "0.4.0"
2727
spl-type-length-value = "0.8.0"

0 commit comments

Comments
 (0)