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

Ensure each and every feature flags can be used independently #1455

Merged
merged 12 commits into from
Aug 8, 2024

Conversation

tony-iqlusion
Copy link
Collaborator

The std feature previously didn't link the std crate, and so when used in isolation wouldn't compile.

Fixes #1454

cc @romac

The `std` feature previously didn't link the `std` crate, and so when
used in isolation wouldn't compile.

This ensures `std` is linked when the feature is enabled.
@tony-iqlusion tony-iqlusion changed the title [WIP] proto: fix std feature proto: fix std feature Aug 7, 2024
@tony-iqlusion tony-iqlusion marked this pull request as ready for review August 7, 2024 19:46
@romac romac changed the title proto: fix std feature Ensure each and every feature flags can be used independently Aug 8, 2024
@tony-iqlusion
Copy link
Collaborator Author

@romac looks good! 👍

@romac romac merged commit 685d104 into main Aug 8, 2024
23 checks passed
@romac romac deleted the proto/fix-std-feature branch August 8, 2024 18:11
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.

proto: std feature is broken
2 participants