Skip to content

Commit d5e80a8

Browse files
EricLBuehlerEric Buehler
andauthored
Fix transient pyo3 dep (#1478)
Co-authored-by: Eric Buehler <[email protected]>
1 parent 37a55f9 commit d5e80a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mistralrs-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ apodize.workspace = true
103103
symphonia.workspace = true
104104
mistralrs-audio.workspace = true
105105
rust-mcp-schema.workspace = true
106-
mistralrs-mcp = { workspace = true, features = ["pyo3_macros", "utoipa"] }
106+
mistralrs-mcp = { workspace = true, features = ["utoipa"] }
107107

108108
[features]
109-
pyo3_macros = ["pyo3"]
109+
pyo3_macros = ["pyo3", "mistralrs-mcp/pyo3_macros"]
110110
cuda = [
111111
"candle-core/cuda",
112112
"candle-nn/cuda",

0 commit comments

Comments
 (0)