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

fix: branch gen_from_bytes macro in no_std mode #135

Merged
merged 1 commit into from
Mar 31, 2023

Conversation

camshaft
Copy link
Owner

@camshaft camshaft commented Mar 30, 2023

I ran into another issue when updating the s2n-quic version. In #108, we added the gen_from_bytes method to the driver. The default implementation used the std prelude and we didn't have tests for compiling the generator crate in no_std. This change fixes that.

Note that I've also removed beta from our test matrix since I just added another test. I don't think we get all that much benefit from it and isn't worth the CI costs.

@camshaft camshaft merged commit ec0ba25 into master Mar 31, 2023
@camshaft camshaft deleted the no-default-features branch March 31, 2023 15:00
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.

None yet

2 participants