FIX: bump PyO3 version

This commit is contained in:
Nicolás Hatcher
2025-06-02 15:47:07 +02:00
parent 293303b59c
commit 7635cbe1d1
3 changed files with 16 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "pyroncalc"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
xlsx = { package= "ironcalc", path = "../../xlsx", version = "0.5.0" }
pyo3 = { version = "0.23", features = ["extension-module"] }
pyo3 = { version = "0.25", features = ["extension-module"] }
[features]