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.
1 parent f192e6f commit b9b57f0Copy full SHA for b9b57f0
lax/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lax"
3
-version = "0.17.0"
+version = "0.18.0"
4
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
5
edition = "2021"
6
ndarray-linalg/Cargo.toml
name = "ndarray-linalg"
@@ -52,7 +52,7 @@ features = ["approx", "std"]
52
default-features = false
53
54
[dependencies.lax]
55
56
path = "../lax"
57
58
0 commit comments