Skip to content

Commit

Permalink
Merge pull request #628 from LibreQoE/lqos_python_no_dependency
Browse files Browse the repository at this point in the history
Reset options on libqos_python to no longer depend upon a specific `l…
  • Loading branch information
rchac authored Jan 11, 2025
2 parents f7d5243 + 5ce56dc commit 185d9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/lqos_python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "lqos_python"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { workspace = true }
pyo3 = { workspace = true, features = ["extension-module"] }
lqos_bus = { path = "../lqos_bus" }
lqos_utils = { path = "../lqos_utils" }
lqos_config = { path = "../lqos_config" }
Expand Down

0 comments on commit 185d9d7

Please sign in to comment.