pubgrub-rs / pubgrub

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

feat!: ues u32 insted of NumberVersion #180

Closed Eh2406 closed 3 months ago

Eh2406 commented 5 months ago

We no longer use a custom Version trait, and when we get rid of it there's nothing special about NumberVersion. u32 works exactly the same. So let's get rid of a bunch of boilerplate.

Also apparently our documentation has not been updated to talk about VS, I should open an issue for that, or just fix it. For now it is a TODO.

Eh2406 commented 3 months ago

oops... this is blocked on me. I will get back to this!