Skip to content

Commit

Permalink
fixed resolver issue
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Oct 4, 2023
1 parent 734d776 commit 17a6742
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[workspace]

members = [
"altrios-core", # pure rust core with optional pyo3 feature
"altrios-core", # pure rust core with optional pyo3 feature
"altrios-core-py", # python module exposing altrios-core
]
resolver = "2"

[profile.dev]
opt-level = 0
Expand All @@ -15,7 +15,7 @@ opt-level = 3
anyhow = "1.0.71"
pyo3 = "0.19"
pyo3-log = "*"
polars = {version = "0.32"}
polars-lazy = {version = "0.32"}
pyo3-polars = {version = "0.6"}
uom = { version = "0.35.0", features = ["use_serde"] }
polars = { version = "0.32" }
polars-lazy = { version = "0.32" }
pyo3-polars = { version = "0.6" }
uom = { version = "0.35.0", features = ["use_serde"] }

0 comments on commit 17a6742

Please sign in to comment.