Skip to content

Commit

Permalink
Only enable tokios fs feature in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Aug 8, 2024
1 parent 9619848 commit cb396d2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,12 @@ websocket-client = [
"async-tungstenite",
"futures",
"tokio/rt-multi-thread",
"tokio/fs",
"tokio/macros",
"tokio/sync",
"tokio/time",
"tracing"
]
mock-client = [
"tokio/fs"
]
mock-client = []

[dependencies]
tendermint = { version = "0.39.0", default-features = false, path = "../tendermint" }
Expand Down Expand Up @@ -100,3 +97,4 @@ tendermint = { version = "0.39.0", default-features = false, path = "../tendermi
http = { version = "1", default-features = false, features = ["std"] }
lazy_static = { version = "1.4.0", default-features = false }
tokio-test = { version = "0.4", default-features = false }
tokio = { version = "1.0", default-features = false, features = ["rt-multi-thread", "fs"] }

0 comments on commit cb396d2

Please sign in to comment.