jmagnuson / ahrs-rs

A Rust port of Madgwick's AHRS algorithm
MIT License
33 stars 19 forks source link

Crates.io version not updated. #38

Closed overheat closed 3 weeks ago

overheat commented 1 year ago

Need this:

ahrs = { version = "0.6", default-features = false }
nalgebra = { version = "0.31.4", default-features = false }

the nalgebra version is not updated. According to README, nalgebra version should be 0.32

dimpolo commented 3 weeks ago

Is there anything blocking this?

jmagnuson commented 3 weeks ago

Thanks for the ping, I got busy with things and forgot to follow up. v0.7.0 has been published to crates.io!