Skip to content

Commit

Permalink
fix: enable socket2 only for client-legacy
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
  • Loading branch information
elpiel authored and seanmonstar committed Mar 1, 2024
1 parent 1c49c39 commit 370e798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ full = [
]

client = ["hyper/client", "dep:tracing", "dep:futures-channel", "dep:tower", "dep:tower-service"]
client-legacy = ["client"]
client-legacy = ["client", "dep:socket2"]

server = ["hyper/server"]
server-auto = ["server", "http1", "http2"]
Expand All @@ -67,7 +67,7 @@ service = ["dep:tower", "dep:tower-service"]
http1 = ["hyper/http1"]
http2 = ["hyper/http2"]

tokio = ["dep:tokio", "dep:socket2"]
tokio = ["dep:tokio"]

# internal features used in CI
__internal_happy_eyeballs_tests = []
Expand Down

0 comments on commit 370e798

Please sign in to comment.