Skip to content

Commit f1ddfb1

Browse files
server-auto should imply server (#57)
1 parent edc55c4 commit f1ddfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ client = ["hyper/client"]
5757
client-legacy = ["client"]
5858

5959
server = ["hyper/server"]
60-
server-auto = ["hyper/server", "http1", "http2"]
60+
server-auto = ["server", "http1", "http2"]
6161

6262
http1 = ["hyper/http1"]
6363
http2 = ["hyper/http2"]

0 commit comments

Comments
 (0)