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 re-export of TEXT_FORMAT to not require protobuf #416

Merged
merged 1 commit into from Oct 11, 2021
Merged

Fix re-export of TEXT_FORMAT to not require protobuf #416

merged 1 commit into from Oct 11, 2021

Commits on Oct 5, 2021

  1. Fix re-export of TEXT_FORMAT to not require protobuf

    A minor change, but previously the root-level re-export of
    TEXT_FORMAT would require cfg(feature = "protobuf"), despite
    the text export format not requiring protobufs.  Since this is
    the only location where TEXT_FORMAT is made public, it should
    be exported regardless of protobuf feature availability.
    
    Signed-off-by: Jeremy Rodi <me@telios.dev>
    teliosdev committed Oct 5, 2021
    Copy the full SHA
    a8231d6 View commit details
    Browse the repository at this point in the history