Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(server): Make the server code an optional feature #2334

Merged
merged 1 commit into from
Nov 18, 2020

Conversation

seanmonstar
Copy link
Member

BREAKING CHANGE: The HTTP server code is now an optional feature. To
enable the server, add features = ["server"] to the dependency in
your Cargo.toml.

@seanmonstar seanmonstar force-pushed the features-server branch 2 times, most recently from f20801a to 77187fd Compare November 18, 2020 18:18
BREAKING CHANGE: The HTTP server code is now an optional feature. To
  enable the server, add `features = ["server"]` to the dependency in
  your `Cargo.toml`.
@seanmonstar seanmonstar merged commit bdb5e5d into master Nov 18, 2020
@seanmonstar seanmonstar deleted the features-server branch November 18, 2020 19:02
BenxiangGe pushed a commit to BenxiangGe/hyper that referenced this pull request Jul 26, 2021
cc hyperium#2223 

BREAKING CHANGE: The HTTP server code is now an optional feature. To
  enable the server, add `features = ["server"]` to the dependency in
  your `Cargo.toml`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant