Skip to content

Commit

Permalink
Enable std feature of http dep
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Jan 24, 2024
1 parent 728827d commit 496cecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ tracing = { version = "0.1", optional = true, default-features = false }
tracing-subscriber = { version = "0.3", optional = true, default-features = false, features = ["fmt"] }

[dev-dependencies]
http = { version = "1", default-features = false }
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 }

0 comments on commit 496cecd

Please sign in to comment.