File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ serde = { workspace = true }
2424serde_json = { workspace = true }
2525serde_with = { workspace = true , features = [" alloc" , " macros" ] }
2626agave-feature-set = { workspace = true }
27- solana-account = { workspace = true }
27+ solana-account = { workspace = true , features = [ " serde " ] }
2828solana-account-decoder-client-types = { workspace = true }
2929solana-clock = { workspace = true }
3030solana-epoch-info = { workspace = true }
3131solana-message = { workspace = true }
3232solana-pubkey = { workspace = true }
3333solana-signature = { workspace = true }
3434solana-transaction = { workspace = true }
35- solana-transaction-context = { workspace = true }
35+ solana-transaction-context = { workspace = true , features = [ " serde " ] }
3636solana-transaction-error = { workspace = true }
3737uuid = { workspace = true }
3838
@@ -45,4 +45,4 @@ test-case = { workspace = true }
4545
4646[features ]
4747default = []
48- prometheus = []
48+ prometheus = []
You can’t perform that action at this time.
0 commit comments