Skip to content

Commit

Permalink
sdk: Patch solana-decode-error (#4862)
Browse files Browse the repository at this point in the history
#### Problem

The sdk is pulling in v2.1 of solana-decode-error because it isn't being
patched properly in the workspace Cargo.toml.

#### Summary of changes

Add solana-decode-error to the list of patches, update the lockfile.
  • Loading branch information
joncinque authored Feb 7, 2025
1 parent 11dfda5 commit 21a55e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
25 changes: 8 additions & 17 deletions sdk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ wasm-bindgen = "0.2"
# statements in place, run `cargo update -p solana-program` to remove extraneous
# versions from your Cargo.lock file.
solana-cpi = { path = "cpi" }
solana-decode-error = { path = "decode-error" }
solana-instruction = { path = "instruction" }
solana-program-error = { path = "program-error" }
solana-pubkey = { path = "pubkey" }
Expand Down

0 comments on commit 21a55e9

Please sign in to comment.