Skip to content

Commit 359bf5f

Browse files
committed
lax 0.2.0
1 parent 423b8fd commit 359bf5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lax"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Toshiki Teramura <[email protected]>"]
55
edition = "2018"
66

ndarray-linalg/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ features = ["blas", "approx", "std"]
4141
default-features = false
4242

4343
[dependencies.lax]
44-
version = "0.1.0"
44+
version = "0.2.0"
4545
path = "../lax"
4646
default-features = false
4747

0 commit comments

Comments
 (0)