Skip to content

Commit

Permalink
updated: f32cuda Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
convexbrain committed Sep 23, 2022
1 parent 228df3b commit b5aab85
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions solver_rust_conic/totsu_f32cuda/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[package]
name = "totsu_f32cuda"
# TODO: version in release branch
version = "0.1.0"
authors = ["convexbrain <convexbrain@gmail.com>"]
edition = "2021"
Expand All @@ -27,12 +26,12 @@ libc = "0.2.133"
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]
# TODO: version in release branch
path = "../totsu"
version = "0.10.0"
#path = "../totsu"

[dev-dependencies]
float_eq = "1.0.0"
Expand Down

0 comments on commit b5aab85

Please sign in to comment.