Skip to content

Commit

Permalink
missing dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 5, 2024
1 parent 121a601 commit cd8c0c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions programs/sbf/Cargo.lock

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

3 changes: 3 additions & 0 deletions sdk/reserved-account-keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ solana-frozen-abi-macro = { workspace = true, optional = true, features = [
solana-pubkey = { workspace = true, default-features = false }
solana-sdk-ids = { workspace = true }

[dev-dependencies]
solana-program = { path = "../program" }

[features]
frozen-abi = ["dep:solana-frozen-abi", "dep:solana-frozen-abi-macro"]

Expand Down

0 comments on commit cd8c0c9

Please sign in to comment.