Skip to content

Commit

Permalink
sort deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 16, 2024
1 parent 9182994 commit b0a6d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/keccak-hasher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ rustdoc-args = ["--cfg=docsrs"]
[dependencies]
borsh = { workspace = true, optional = true }
bs58 = { workspace = true }
serde = { workspace = true, optional = true }
serde_derive = { workspace = true, optional = true }
solana-atomic-u64 = { workspace = true }
solana-frozen-abi = { workspace = true, optional = true, features = [
"frozen-abi",
Expand All @@ -26,8 +28,6 @@ solana-frozen-abi-macro = { workspace = true, optional = true, features = [
] }
solana-hash = { workspace = true }
solana-sanitize = { workspace = true }
serde = { workspace = true, optional = true }
serde_derive = { workspace = true, optional = true }

[target.'cfg(not(target_os = "solana"))'.dependencies]
sha3 = { workspace = true }
Expand Down

0 comments on commit b0a6d69

Please sign in to comment.