Skip to content

Commit

Permalink
Change tokio features to include full...
Browse files Browse the repository at this point in the history
  • Loading branch information
zbuc committed Apr 5, 2024
1 parent 5910393 commit 12eb53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ tendermint-rpc = { workspace = true, features = [
thiserror = { workspace = true }
tiny-bip39 = { workspace = true }
tiny-keccak = { workspace = true, features = ["keccak"] }
tokio = { workspace = true, features = ["rt-multi-thread", "time", "sync"] }
tokio = { workspace = true, features = ["full", "rt-multi-thread", "tracing"] }
tokio-stream = { workspace = true }
tokio-util = { workspace = true }
toml = { workspace = true }
Expand Down

0 comments on commit 12eb53d

Please sign in to comment.