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

Hotfix: force version number during macros feature resolution #642

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

paupino
Copy link
Owner

@paupino paupino commented Feb 1, 2024

This forces a version number during macro resolution with the macros feature. This hopefully will resolve #641.

The ultimate fix is to decouple Rust Decimal from the macros altogether. This requires a bit of a refactor which makes this a little more than a revision bump however (though will definitely look into for 1.35).

If this fails to resolve the issue still then I will pull the feature (since it is new) and reintroduce it in 1.35, however I have a strong suspicion this may help resolve the circular dependency since we lock it to 1.33.1 (as opposed to before it was ^1.31).

@paupino paupino enabled auto-merge (squash) February 1, 2024 15:50
@paupino paupino merged commit 999bb02 into master Feb 1, 2024
5 checks passed
@paupino paupino deleted the version/1.34.1 branch February 1, 2024 15:58
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.34.0 breaks with cyclic dependency when installed with "macros" feature
1 participant