dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
3.77k stars 235 forks source link

parry2d v0.15.0 yanked #631

Open lylythechosenone opened 1 month ago

lylythechosenone commented 1 month ago

rapier2d's dependency should be updated to v0.15.1.

sebcrozet commented 1 month ago

Updating the dependency explicitly shouldn’t be needed as cargo will automatically find 0.15.1 due to semver versioning. I’m guessing you need to run a cargo update?

lylythechosenone commented 1 month ago

You are correct, it is automatic, but it would be good to explicitly update it here anyway. It's not something that needs an immediate new release, but should be fixed for the next one.

Vrixyz commented 1 month ago

I guess we can wait for next version, but another inconveniance is that documentaion links are currently a bit broken: following SharedShape from Collider links to the yanked version https://docs.rs/parry2d/0.15.0/parry2d/shape/struct.SharedShape.html

lylythechosenone commented 1 month ago

Yes, that's exactly how I noticed it.