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

Bump required rustc version to 1.23.0 #55

Closed paholg closed 6 years ago

paholg commented 6 years ago

Dimensioned doesn't build on 1.15.0 anymore; we should not lie about it. To that end, let's also build it on this minimum version.