Updated nalgebra to minimum version ^0.33.0, which uses a simplified allocator.
Fixed minimum versions for all rust libraries.
A version release of nalgebra last night caused builds of neospy to break this morning.
The breaking change was due to a simplification of the DefaultAllocator used for memory allocation, nalgebra removed the need to specify the data type in the allocator.
This PR fixes that bug, and pins the minimum nalgebra version to this latest change.
nalgebra
to minimum version^0.33.0
, which uses a simplified allocator.A version release of nalgebra last night caused builds of neospy to break this morning. The breaking change was due to a simplification of the
DefaultAllocator
used for memory allocation, nalgebra removed the need to specify the data type in the allocator.This PR fixes that bug, and pins the minimum nalgebra version to this latest change.