Skip to content

Commit

Permalink
activate features that got deactivate by removing solana-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 14, 2024
1 parent 23509b4 commit 9bd22da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ solana-frozen-abi-macro = { workspace = true, optional = true, features = [
] }
solana-hash = { workspace = true }
solana-metrics = { workspace = true }
solana-packet = { workspace = true }
solana-packet = { workspace = true, features = ["bincode"] }
solana-program = { workspace = true, default-features = false }
solana-pubkey = { workspace = true, default-features = false }
solana-rayon-threadlimit = { workspace = true }
solana-sdk = { workspace = true, optional = true }
solana-short-vec = { workspace = true }
solana-signature = { workspace = true }
solana-signature = { workspace = true, features = ["verify"] }
solana-time-utils = { workspace = true }
solana-vote-program = { workspace = true, optional = true }

Expand Down

0 comments on commit 9bd22da

Please sign in to comment.