sparsemat / sprs

sparse linear algebra library for rust
Apache License 2.0
386 stars 45 forks source link

Check for Minimum Supported Rust Version #226

Closed vbarrielle closed 3 years ago

vbarrielle commented 3 years ago

As evidenced by #222, it's important to explicitly state which rust version we require as a minimum, and to test for it in CI to ensure it does not change too fast.