Skip to content

Commit

Permalink
try disabling pyo3-tracing-subscriber default features
Browse files Browse the repository at this point in the history
  • Loading branch information
BatmanAoD committed Oct 8, 2024
1 parent 2aeb5a0 commit e86f8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pyo3 = { version = "0.20.0", features = ["extension-module"] }
pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"] }
pyo3-log = { version = "0.8.2" }
pyo3-opentelemetry = { version = "0.3" }
pyo3-tracing-subscriber = { version = "0.1.4", default-features = true }
pyo3-tracing-subscriber = { version = "0.1.4", default-features = false }

pyo3-build-config = "0.20.0"
rigetti-pyo3 = { version = "0.4.1", default-features = false, features = ["complex", "time"] }
Expand Down

0 comments on commit e86f8f8

Please sign in to comment.