aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-06-17 04:53:40 +0800
committer简律纯 <i@jyunko.cn>2024-06-17 04:53:40 +0800
commit02dfe519450784f0e60e5076a9c476dda2f50827 (patch)
tree5c7c2fddbe80d8eda7f26b541b475a8711b1d5c3
parenteba876aabb7335c8e3330cec924e74765c1126d7 (diff)
downloadHydroRollCore-02dfe519450784f0e60e5076a9c476dda2f50827.tar.gz
HydroRollCore-02dfe519450784f0e60e5076a9c476dda2f50827.zip
chore(deps): update features of pyo3
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 45f3d04..c899bc6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,6 @@ authors = ["HsiangNianian <i@jyunko.cn>"]
crate-type = ["cdylib"]
[dependencies]
-pyo3 = { version = "0.19.2" }
+pyo3 = { version = "0.19.2", features = ["abi3-py39", "extension-module"] }
clap = { version = "4.0", features = ["derive"] }
rand = "0.8.5"