File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ anyhow = "1"
2121futures = " 0.3"
2222regex = " 1"
2323serde = { version = " 1" , features = [" derive" ] }
24+ solana-account = " 2"
2425solana-account-decoder = " 2"
2526solana-pubsub-client = " 2"
2627solana-rpc-client = " 2"
2728solana-rpc-client-api = " 2"
28- solana-account = " 2"
2929solana-sdk = " 2"
3030thiserror = " 1"
3131tokio = { version = " 1" , features = [" rt" , " sync" ] }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ anchor-debug = [
2323 " anchor-derive-accounts/anchor-debug" ,
2424]
2525derive = []
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" ]
2727idl-build = [
2828 " anchor-attribute-account/idl-build" ,
2929 " anchor-attribute-constant/idl-build" ,
You can’t perform that action at this time.
0 commit comments