Skip to content

Commit d801cef

Browse files
build(deps): bump solana-program-error from 2.2.2 to 3.0.0
Bumps [solana-program-error](https://github.com/anza-xyz/solana-sdk) from 2.2.2 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 cdb58fc commit d801cef

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

Cargo.lock

Lines changed: 20 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

p-memo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ pinocchio-log = "0.5"
2626
mollusk-svm = "0.4"
2727
solana-account = "2.2.1"
2828
solana-instruction = "2.2.1"
29-
solana-program-error = "2.2.1"
29+
solana-program-error = "3.0.0"
3030
solana-pubkey = "2.2.1"

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ solana-account-info = "2.3.0"
1616
solana-instruction = "2.2.1"
1717
solana-msg = "3.0.0"
1818
solana-program-entrypoint = "2.3.0"
19-
solana-program-error = "2.2.2"
19+
solana-program-error = "3.0.0"
2020
solana-pubkey = "2.2.1"
2121
spl-memo-interface = { path = "../interface", version = "1.0.0" }
2222

0 commit comments

Comments
 (0)