ambaxter / bbolt-rs

Port of bbolt in Rust
Other
63 stars 3 forks source link

Add support for aarch64 / Apple M1+ #3

Closed jan-walther closed 2 weeks ago

jan-walther commented 2 weeks ago

Hi, the aligners crate fails to build on aarch64 (e.g. Apple M1) due to using SIMD. I've disabled the SIMD feature on aarch64 platforms with this commit.

ambaxter commented 2 weeks ago

Looks good!

Could you add the changes to the CHANGELOG.md and amend your commit with a signoff?

jan-walther commented 2 weeks ago

Hi, I've updated the commit to be signed off, updated the CHANGELOG and bumped the version.

ambaxter commented 2 weeks ago

1.3.9 is the upcoming release. Can you switch it back? That's my fault. I should've set "1.3.9" as "Unreleased"

jan-walther commented 2 weeks ago

Oops, I missed that. Should be fixed now.