aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-06-17 04:48:22 +0800
committer简律纯 <i@jyunko.cn>2024-06-17 04:48:22 +0800
commitd3d289bcfb9252bec6fc6db3f0ce408905ac5266 (patch)
treeb56022875810c8d0077e2b253be3cee130b36316
parent62b9be2ef081517eb17cd1f32bc432ccbfda9e83 (diff)
downloadHydroRollCore-d3d289bcfb9252bec6fc6db3f0ce408905ac5266.tar.gz
HydroRollCore-d3d289bcfb9252bec6fc6db3f0ce408905ac5266.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 35f6ff4..2cc9607 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", features = ["abi3-py37"] }
+pyo3 = { version = "0.19.2", features = ["abi3-py39"] }
clap = { version = "4.0", features = ["derive"] }
rand = "0.8.5"