Skip to content

Commit

Permalink
fix: add client feature to hyper
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Aug 31, 2023
1 parent 01b0264 commit 0093979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/transports/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pin-project.workspace = true

# feature deps
reqwest = { version = "0.11.18", features = ["serde_json", "json"], optional = true }
hyper = { version = "0.14.27", optional = true }
hyper = { version = "0.14.27", optional = true, features = ["client"] }

[features]
default = ["reqwest", "hyper"]
Expand Down

0 comments on commit 0093979

Please sign in to comment.