⬆️ Bump pyo3 from 18.3 to 0.19.2

This commit is contained in:
洛水居室 2023-10-21 15:17:53 +08:00
parent 7a920d9ad0
commit abd8eb4595
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -8,7 +8,7 @@ name = "genshin_artifact_core"
crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.18.3", features = ["extension-module"] }
pyo3 = { version = "0.19.2", features = ["extension-module"] }
mona_wasm = { path = "../genshin_artifact/mona_wasm" }
mona = { path = "../genshin_artifact/mona_core" }
mona_generate = { path = "../genshin_artifact/mona_generate" }