Skip to content

Commit

Permalink
updated: f64lapack Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
convexbrain committed Sep 23, 2022
1 parent a53cad5 commit 228df3b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions solver_rust_conic/totsu_f64lapack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[package]
name = "totsu_f64lapack"
# TODO: version in release branch
version = "0.1.0"
authors = ["convexbrain <convexbrain@gmail.com>"]
edition = "2021"
Expand All @@ -25,17 +24,17 @@ cblas = "0.4.0"
num-traits = "0.2.15"

[dependencies.totsu_core]
# TODO: version in release branch
path = "../totsu_core"
version = "0.1.0"
#path = "../totsu_core"

[dev-dependencies.totsu]
version = "0.10.0"
#path = "../totsu"

[dev-dependencies]
float_eq = "1.0.0"
env_logger = "0.9.1"

[dev-dependencies.totsu]
# TODO: version in release branch
path = "../totsu"

[dev-dependencies.intel-mkl-src]
version = "0.8.1"
features = ["mkl-static-lp64-seq"]

0 comments on commit 228df3b

Please sign in to comment.