From e5e509578f0326b61d7a34335b7da8873fdc66cc Mon Sep 17 00:00:00 2001 From: jfortin42 Date: Mon, 25 Nov 2024 09:42:47 +0100 Subject: [PATCH] add multiple-pymethods feature to enable pyo3's multiple-pymethods feature --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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