Skip to content

Commit

Permalink
fix: remove useless dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Jan 15, 2025
1 parent 11d1ec2 commit a5c2e0f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ unindent = { version = "0.2.1", optional = true }
# support crate for multiple-pymethods feature
inventory = { version = "0.3.0", optional = true }

# support crate for experimental async feature
scoped-tls-hkt = { version = "0.1", optional = true }

# crate integrations that can be added using the eponymous features
anyhow = { version = "1.0.1", optional = true }
chrono = { version = "0.4.25", default-features = false, optional = true }
Expand Down Expand Up @@ -75,7 +72,7 @@ pyo3-build-config = { path = "pyo3-build-config", version = "=0.23.3", features
default = ["macros"]

# Enables support for `async fn` for `#[pyfunction]` and `#[pymethods]`.
experimental-async = ["macros", "pyo3-macros/experimental-async", "scoped-tls-hkt"]
experimental-async = ["macros", "pyo3-macros/experimental-async"]

# Enables pyo3::inspect module and additional type information on FromPyObject
# and IntoPy traits
Expand Down

0 comments on commit a5c2e0f

Please sign in to comment.