From 543c06fb61bf8c5d7bc83030d1ab45a0d5430620 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 17 Jun 2024 04:36:53 +0800 Subject: chore(deps): delete features of pyo3 in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2cc9607..45f3d04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ authors = ["HsiangNianian "] crate-type = ["cdylib"] [dependencies] -pyo3 = { version = "0.19.2", features = ["abi3-py39"] } +pyo3 = { version = "0.19.2" } clap = { version = "4.0", features = ["derive"] } rand = "0.8.5" -- cgit v1.2.3-70-g09d2