pubgrub-rs / pubgrub

PubGrub version solving algorithm implemented in Rust
https://pubgrub-rs.github.io/pubgrub/pubgrub/
Mozilla Public License 2.0
337 stars 29 forks source link

Update priority queue #194

Closed konstin closed 3 months ago

konstin commented 3 months ago

I've been looking at duplicate dependencies in our tree and priority-queue 1 was pulling in old versions of indexmap and hashbrown, so i've updated all dependencies.

Eh2406 commented 3 months ago

The commit message needs to follow conventional commits in order to successfully merge.

konstin commented 3 months ago

Sorry, fixed

konstin commented 3 months ago

Is there a reason there is no "chore" label for commits?

Eh2406 commented 3 months ago

Not a good one that I understand. If you would like to add it to the CI go ahead and do so.