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

hyper 0.13 -> 0.14, tonic 0.2 -> 1.0 #3

Merged
merged 1 commit into from
Dec 26, 2020

Conversation

amilkov3
Copy link
Contributor

No description provided.

Copy link
Owner

@akshayknarayan akshayknarayan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looks like the tests still need to be fixed?

@amilkov3 amilkov3 force-pushed the hyper-0.14-tonic-1.0 branch 2 times, most recently from e3290d4 to a804c95 Compare December 26, 2020 02:32
@amilkov3
Copy link
Contributor Author

Totally slipped my mind. Fixed

@amilkov3 amilkov3 force-pushed the hyper-0.14-tonic-1.0 branch from a804c95 to 72114ac Compare December 26, 2020 02:36
@akshayknarayan akshayknarayan merged commit b2680e0 into akshayknarayan:master Dec 26, 2020
@akshayknarayan
Copy link
Owner

Great, looks good. Resolves #2

hyper = { version = "0.13", features = ["stream"] }
tokio = { version = "0.2", features = ["uds"] }
pin-project = "0.4"
hyper = { version = "0.14", features = ["full"] }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need features = ["full"]?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I created pull request with removing not required features: #4

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.

3 participants