paholg / dimensioned

Compile-time dimensional analysis for various unit systems using Rust's type system.
https://crates.io/crates/dimensioned
MIT License
300 stars 23 forks source link

Update `approx` dependency #50

Closed paholg closed 6 years ago

paholg commented 6 years ago

We use a very old version of approx, and it has been through some breaking changes since then. It would be nice to update to the new version.

Approx is used for comparing constants in tests, ensuring that converting between them gives us almost identical values.