Skip to content

Commit

Permalink
add fs feat to client
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Nov 15, 2024
1 parent 68a965c commit 39fb4b7
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 @@ -28,7 +28,7 @@ maplit = { workspace = true }
serde_json = { workspace = true }
solana-sdk = { workspace = true }
solana-transaction-status = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread"] }
tokio = { workspace = true, features = ["rt-multi-thread", "fs"] }
tonic = { workspace = true }
yellowstone-grpc-client = { workspace = true }
yellowstone-grpc-proto = { workspace = true, default-features = true }
Expand Down

0 comments on commit 39fb4b7

Please sign in to comment.