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

gtk4-macros: enable default features of syn #1341

Merged
merged 1 commit into from
Mar 22, 2023
Merged

gtk4-macros: enable default features of syn #1341

merged 1 commit into from
Mar 22, 2023

Commits on Mar 22, 2023

  1. gtk4-macros: enable default features of syn

    The code in this crate uses features of "syn" which are only present
    when the default features are enabled. This previously worked "by
    accident" because other crates in the dependency tree pulled in the
    "default" feature of syn, but these crates have started moving to
    syn v2, so this is no longer the case.
    decathorpe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    3c96736 View commit details
    Browse the repository at this point in the history