rust-numpy
rust-numpy copied to clipboard
Bump half and ahash dependencies to the current stable versions
half is part of our API and hence this is a breaking change. This also increases MSRV to 1.58 if half is enabled. (It was already 1.51 if half is enabled before, i.e. not compatible without MSRV of 1.48.)
Closes #354
I think the MSRV build failure is our old friend https://github.com/rust-lang/cargo/issues/10954 again, c.f. https://github.com/tkaitchuck/aHash/issues/127