Skip to content

Commit

Permalink
fix: need to set some dependency versions...properly
Browse files Browse the repository at this point in the history
  • Loading branch information
denehoffman committed May 15, 2024
1 parent 1369408 commit ee48e40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ crate-type = ["cdylib"]

[dependencies]
rayon = "1.10.0"
rustitude-core = { version = "*", path = "crates/rustitude-core" }
rustitude-gluex = { version = "*", path = "crates/rustitude-gluex", optional = true }
rustitude-core = { version = "1.0.0", path = "crates/rustitude-core" }
rustitude-gluex = { version = "0.2.0", path = "crates/rustitude-gluex", optional = true }

[dependencies.pyo3]
version = "0.21.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/rustitude-gluex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ nalgebra = "0.32.5"
num-complex = "0.4.5"
pyo3 = "0.21.2"
rayon = "1.10.0"
rustitude-core = { version = "*", path = "../rustitude-core" }
rustitude-core = { version = "1.0.0", path = "../rustitude-core" }
sphrs = "0.2.2"

0 comments on commit ee48e40

Please sign in to comment.