Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed Sep 18, 2021
1 parent 232fcc1 commit 56ea42f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions russell_lab/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russell_lab"
version = "0.1.4"
version = "0.2.0"
edition = "2018"
license = "MIT"
description = "Matrix-vector laboratory including linear algebra tools"
Expand All @@ -13,7 +13,7 @@ keywords = ["matrix", "vector", "linspace"]

[dependencies]
russell_chk = { path = "../russell_chk", version = "0.1" }
russell_openblas = { path = "../russell_openblas", version = "0.1" }
russell_openblas = { path = "../russell_openblas", version = "0.2" }
criterion = "0.3"

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion russell_openblas/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russell_openblas"
version = "0.1.4"
version = "0.2.0"
edition = "2018"
license = "MIT"
description = "Thin wrapper to some OpenBLAS routines"
Expand Down
6 changes: 3 additions & 3 deletions russell_sparse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russell_sparse"
version = "0.2.1"
version = "0.2.2"
edition = "2018"
license = "MIT"
description = "Sparse matrix tools and solvers"
Expand All @@ -13,8 +13,8 @@ keywords = ["matrix", "sparse", "solver"]

[dependencies]
russell_chk = { path = "../russell_chk", version = "0.1" }
russell_lab = { path = "../russell_lab", version = "0.1" }
russell_openblas = { path = "../russell_openblas", version = "0.1" }
russell_lab = { path = "../russell_lab", version = "0.2" }
russell_openblas = { path = "../russell_openblas", version = "0.2" }
structopt = "0.3"

[build-dependencies]
Expand Down

0 comments on commit 56ea42f

Please # to comment.