rust-math / intel-mkl-src

Redistribute Intel MKL as a crate
Other
77 stars 22 forks source link

Minimal supported Rustc version #72

Closed termoshtt closed 1 year ago

termoshtt commented 1 year ago

https://github.com/rust-math/intel-mkl-src/runs/7556395253?check_suite_focus=true

Current master cannot build on rustc 1.49.0

termoshtt commented 1 year ago

package.rust-version in Cargo.toml requires 1.56.0 https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html#cargo-rust-version

termoshtt commented 1 year ago

The above compile error occurs <1.53.0 rustc. So some dependent crate uses 1.54 features.

termoshtt commented 1 year ago

Fixed in #74 and #73