Skip to content

Commit

Permalink
server-auto should imply server (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker authored Nov 17, 2023
1 parent edc55c4 commit f1ddfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ client = ["hyper/client"]
client-legacy = ["client"]

server = ["hyper/server"]
server-auto = ["hyper/server", "http1", "http2"]
server-auto = ["server", "http1", "http2"]

http1 = ["hyper/http1"]
http2 = ["hyper/http2"]
Expand Down

0 comments on commit f1ddfb1

Please sign in to comment.