From 92cdb185d3664a868cea9caf5f9739e8cc0cf4e0 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 30 Jun 2026 11:05:21 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20depend=20on=20deprecated=20pyo3?= =?UTF-8?q?/generate-import-lib=20feature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a98d0a5..24b785d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ crate-type = ["cdylib"] [dependencies] ammonia = "4.1.2" -pyo3 = { version = "0.29.0", features = ["abi3-py38", "generate-import-lib"] } +pyo3 = { version = "0.29.0", features = ["abi3-py38"] } ouroboros = "0.18"