Skip to content

Commit

Permalink
missing feature activation
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 5, 2024
1 parent deeac27 commit c892653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/bpf_loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ solana-log-collector = { workspace = true }
solana-measure = { workspace = true }
solana-poseidon = { workspace = true }
solana-program-memory = { workspace = true }
solana-program-runtime = { workspace = true }
solana-program-runtime = { workspace = true, features = ["metrics"] }
solana-sdk = { workspace = true }
solana-timings = { workspace = true }
solana-type-overrides = { workspace = true }
Expand Down

0 comments on commit c892653

Please sign in to comment.