Skip to content

Commit

Permalink
sort deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 15, 2024
1 parent 706efaa commit 1b2db21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ solana-frozen-abi = { workspace = true, optional = true, features = [
solana-frozen-abi-macro = { workspace = true, optional = true, features = [
"frozen-abi",
] }
solana-instruction = { workspace = true }
solana-native-token = { workspace = true }
solana-precompile-error = { workspace = true, optional = true }
solana-program = { workspace = true }
Expand All @@ -113,7 +114,6 @@ solana-signature = { workspace = true, features = [
"std",
"verify",
], optional = true }
solana-instruction = { workspace = true }
thiserror = { workspace = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit 1b2db21

Please sign in to comment.