Skip to content

Commit 90c788e

Browse files
committed
chore: cargo sort
1 parent 8ab6b93 commit 90c788e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ anyhow = "1"
2121
futures = "0.3"
2222
regex = "1"
2323
serde = { version = "1", features = ["derive"] }
24+
solana-account = "2"
2425
solana-account-decoder = "2"
2526
solana-pubsub-client = "2"
2627
solana-rpc-client = "2"
2728
solana-rpc-client-api = "2"
28-
solana-account = "2"
2929
solana-sdk = "2"
3030
thiserror = "1"
3131
tokio = { version = "1", features = ["rt", "sync"] }

lang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ anchor-debug = [
2323
"anchor-derive-accounts/anchor-debug",
2424
]
2525
derive = []
26-
event-cpi = ["anchor-attribute-event/event-cpi","anchor-attribute-account/event-cpi"]
26+
event-cpi = ["anchor-attribute-event/event-cpi", "anchor-attribute-account/event-cpi"]
2727
idl-build = [
2828
"anchor-attribute-account/idl-build",
2929
"anchor-attribute-constant/idl-build",

0 commit comments

Comments
 (0)