-
Notifications
You must be signed in to change notification settings - Fork 59
v0.7 #63
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
Conversation
- Removes `futures` - Removes `indoc` - Removes `serde_derive`
This PR is waiting for @jrconlin's PR from the Mozilla Service's repo before we cary on so that I'm not writing the same fixes they are. |
you could probably land this one and I can merge the changes in (Sorry, been busy with other projects. Will try to get the PR done this week.) |
👍🏼 Also looking at #62 to try get this into v0.7, will double check you changes and if non breaking I'll merge this and just release a v0.7.1 afterwards with you changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is OSS, can we add a .editorconfig
while we're at it?
I'll make an issue and add this later |
Description
This release will bump the versions of dependencies as well as bring the codebase into a modern rust version. Merging this PR is reliant on reown-com/hyper-alpn#9 getting merged and released first.
How Has This Been Tested?
Using
cargo test
Due Diligence