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

Upgrade all dependencies to the latest version #477

Merged
merged 4 commits into from
Jan 25, 2025

Conversation

tgross35
Copy link
Contributor

In particular, this includes updates to Rug that we can make use of 1, 2, 3, 4.

Since Rug 1.27.0, `az` is reexported. This means we no longer need to
track it as a separate dependency.
Rug 1.27.0 exposes `frexp`. Make use of it for our tests.
Rug 1.27.0 exposes `remquo`; make use of it for our tests. Removing our
workaround also allows removing the direct dependency on `gmp-mpfr-sys`
@tgross35
Copy link
Contributor Author

Thanks @tspiteri for the Rug release, it looks like this fixes a few things for us (e.g. #391).

@tgross35 tgross35 merged commit 46a3bce into rust-lang:master Jan 25, 2025
35 checks passed
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