dimforge / simba

Set of mathematical traits to facilitate the use of SIMD-based AoSoA (Array of Struct of Array) storage pattern.
Apache License 2.0
293 stars 29 forks source link

Update Crates.io version #50

Closed MickHarrigan closed 4 months ago

MickHarrigan commented 1 year ago

Making this issue to let the maintainers know that the version on github is not matching that of the version on crates.io.

Hopefully this is just a quick update and can be fixed quite simply.

I found and referenced this #274 as it is causing problems in a different area.

MickHarrigan commented 1 year ago

@sebcrozet Would you be able to update the crates.io version of this? It is not currently tracking the most up to date version there and still has the issues from packed_simd v0.3.8 when compiling for nightly.

sebcrozet commented 4 months ago

A new version will be published today. However, I’m dropping support for packed_simd considering it is still broken with the latest nightly (it can be revived in the future by getting the code back from the git history).