Skip to content

Maintenance #1170

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

Merged
merged 12 commits into from
Aug 14, 2025
Merged

Maintenance #1170

merged 12 commits into from
Aug 14, 2025

Conversation

shepmaster
Copy link
Member

No description provided.

@shepmaster shepmaster added the maintenance Keeping the wheels turning label Jul 31, 2025
nalgebra released version 0.34 with a bunch of optional dependencies
that are not enabled by default[1]. The previous code didn't account
for non-selected optional dependencies, so it was pulling in all of
those versions.

This rework was required in order to get access to Cargo's "feature
resolver", which is the part we need to query to see if a dependency
is active or not.

Unfortunately, this required that we have a workspace and thus
physical files on disk, which means that the overall implementation is
much less elegant.

[1]: https://crates.io/crates/nalgebra/0.34.0/dependencies
@shepmaster shepmaster merged commit c13af32 into main Aug 14, 2025
7 checks passed
@shepmaster shepmaster deleted the maint branch August 14, 2025 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Keeping the wheels turning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant