Skip to content

Commit

Permalink
sort deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 4, 2024
1 parent 9211254 commit 4815a20
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ 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-time-utils = { workspace = true }
solana-short-vec = { workspace = true }
solana-vote-program = { workspace = true, optional = true }

[target."cfg(target_os = \"linux\")".dependencies]
Expand All @@ -61,7 +61,7 @@ frozen-abi = [
"dep:solana-frozen-abi-macro",
"solana-sdk/frozen-abi",
"solana-short-vec/frozen-abi",
"solana-vote-program/frozen-abi",
"solana-vote-program/frozen-abi"
]

[[bench]]
Expand All @@ -75,7 +75,4 @@ targets = ["x86_64-unknown-linux-gnu"]

[lints.rust.unexpected_cfgs]
level = "warn"
check-cfg = [
'cfg(build_target_feature_avx)',
'cfg(build_target_feature_avx2)',
]
check-cfg = ['cfg(build_target_feature_avx)', 'cfg(build_target_feature_avx2)']

0 comments on commit 4815a20

Please sign in to comment.