diff --git a/Cargo.toml b/Cargo.toml index 5c9e852c..23206543 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,3 +34,4 @@ all-features = true [features] gil-refs = ["pyo3/gil-refs"] +multiple-pymethods = ["pyo3/multiple-pymethods"] \ No newline at end of file