diff options
| author | 2024-06-17 04:45:44 +0800 | |
|---|---|---|
| committer | 2024-06-17 04:45:44 +0800 | |
| commit | 62b9be2ef081517eb17cd1f32bc432ccbfda9e83 (patch) | |
| tree | 559821b459b38874de8c4b844f40b15112ccef6e /Cargo.toml | |
| parent | f38ab2f073cc6599ef4d4248a00fe07a74d0e63b (diff) | |
| download | HydroRollCore-62b9be2ef081517eb17cd1f32bc432ccbfda9e83.tar.gz HydroRollCore-62b9be2ef081517eb17cd1f32bc432ccbfda9e83.zip | |
chore(ci|deps): use python3.9 && change into abi3-py37 ^^
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,6 +14,6 @@ authors = ["HsiangNianian <i@jyunko.cn>"] crate-type = ["cdylib"] [dependencies] -pyo3 = { version = "0.19.2", features = ["abi3-py310"] } +pyo3 = { version = "0.19.2", features = ["abi3-py37"] } clap = { version = "4.0", features = ["derive"] } rand = "0.8.5" |
