Skip to content

Commit

Permalink
adding fs in tokio features to support fs
Browse files Browse the repository at this point in the history
  • Loading branch information
godmodegalactus committed Sep 21, 2023
1 parent d0bf7d0 commit 44f376e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yellowstone-grpc-geyser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ solana-logger = "=1.16.1"
solana-sdk = "=1.16.1"
solana-transaction-status = "=1.16.1"
spl-token-2022 = "0.7.0"
tokio = { version = "1.21.2", features = ["rt-multi-thread", "macros", "time"] }
tokio = { version = "1.21.2", features = ["rt-multi-thread", "macros", "time", "fs"] }
tokio-stream = "0.1.11"
tonic = { version = "0.9.2", features = ["gzip", "tls", "tls-roots"] }
tonic-health = "0.9.2"
Expand Down

0 comments on commit 44f376e

Please sign in to comment.