We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4830306 + 206864c commit e9387c1Copy full SHA for e9387c1
lax/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "lax"
3
version = "0.17.0"
4
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
5
-edition = "2018"
+edition = "2021"
6
7
description = "LAPACK wrapper without ndarray"
8
documentation = "https://docs.rs/lax/"
ndarray-linalg/Cargo.toml
name = "ndarray-linalg"
description = "Linear algebra package for rust-ndarray using LAPACK"
documentation = "https://docs.rs/ndarray-linalg/"
0 commit comments