WiresmithTech / Rust-LabVIEW-Interop

A crate for creating libraries in Rust that are called from LabVIEW
MIT License
7 stars 4 forks source link

Bump ndarray to 0.16.1 #36

Closed jkneer closed 2 months ago

jkneer commented 2 months ago

bumped version of ndarray dependency. Tests ok.

Careful: ndarray 0.15 and 0.16 are incompatible, so all code depending on rust-interop and ndarray also need to bump versions.

Concerning semver this is probably a breaking change.