Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bump the HiGHS submodule to v1.10.0 from v1.8.0. Among other things, this release includes a fix for building on gcc v15. Without it,
highs-sys
fails to build.Gcc v15 is currently being shipped with several Linux distros (Fedora, Arch, maybe others) so it would be great to get if you could tag a new release for this crate ASAP, because otherwise it's really difficult to use the
highs
crate (I'm currently developing in a container to work around this).I noticed that there have been a few upstream releases of HiGHS which this crate wasn't updated for. You could use dependabot to automatically bump the version, although unfortunately it seems like it will only use the latest commit rather than the latest tag, which is a pity. I'm happy to do this though if it would be useful!