From 4bb1ac28088666081ec57ea463218a71b4904338 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 28 Feb 2024 12:21:18 +0800 Subject: chore(project): add pyo3 features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4109de..423dfff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ name = "nivis_python" crate-type = ["cdylib"] [dependencies] -pyo3 = "0.19.0" +pyo3 = { version = "0.19.2", features = ["abi3"] } \ No newline at end of file -- cgit v1.2.3-70-g09d2