arduano / simdeez

easy simd
MIT License
332 stars 25 forks source link

Version 1.0.1 broke semver guarantees #30

Closed caelunshun closed 4 years ago

caelunshun commented 4 years ago

The release of version 1.0.1 broke semver compatibility guidelines by removing the overloads module:

https://github.com/jackmott/simdeez/commit/71f6edb1ac89cc4a233e62291f6920c43b6134fb#diff-b4aea3e418ccdb71239b96952d9cddb6L138

This subsequently broke my build as simdnoise depends on simdeez, and simdnoise has not yet been upgraded on crates.io to account for the breaking change.

jackmott commented 4 years ago

sorry about that, fix incoming

jackmott commented 4 years ago

ok grab latest rust-simd-noise and let me know if all is well

caelunshun commented 4 years ago

It's fixed now, thanks for the quick response!