Skip to content

Commit

Permalink
missing dep for frozen-abi
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 8, 2024
1 parent 5bcbb9a commit 35cd4cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions sdk/system-instruction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ serde = { workspace = true }
serde_derive = { workspace = true }
solana-decode-error = { workspace = true }
solana-instruction = { workspace = true, features = ["bincode", "std"] }
solana-logger = { workspace = true, optional = true }
solana-pubkey = { workspace = true, default-features = false, features = ["serde"] }
solana-frozen-abi = { workspace = true, optional = true }
solana-frozen-abi-macro = { workspace = true, optional = true }
Expand All @@ -36,6 +37,7 @@ strum_macros = { workspace = true }
frozen-abi = [
"dep:solana-frozen-abi",
"dep:solana-frozen-abi-macro",
"dep:solana-logger",
]

[lints]
Expand Down

0 comments on commit 35cd4cc

Please sign in to comment.