Skip to content

Commit

Permalink
add plugin feature to client
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Nov 15, 2024
1 parent 39fb4b7 commit ec3d8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ solana-transaction-status = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "fs"] }
tonic = { workspace = true }
yellowstone-grpc-client = { workspace = true }
yellowstone-grpc-proto = { workspace = true, default-features = true }
yellowstone-grpc-proto = { workspace = true, default-features = true, features = ["plugin"] }

[lints]
workspace = true

0 comments on commit ec3d8ea

Please sign in to comment.