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

Decouple component and field macro crates from the library crates #47

Merged
merged 4 commits into from
Jan 5, 2025

Conversation

soareschen
Copy link
Collaborator

This PR removes the inclusion of the proc macro crates as the dependency of library crates. The main purpose for this is so that the proc macro crates can evolve more easily with semver-breaking changes, but keep the library crates stable without breaking changes.

  • Remove cgp-component-macro crate from being a dependency of cgp-component.
  • Remove cgp-field-macro crate from being a dependency of cgp-field.

@soareschen soareschen merged commit 9a79e8e into main Jan 5, 2025
5 checks passed
@soareschen soareschen deleted the decouple-macro-crates branch January 5, 2025 19:03
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.

1 participant