From 06caca8b9a9a1df9932c2c82e4ddba80d49edc5c Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sat, 15 Mar 2025 16:29:12 +0800 Subject: bump: update pyo3 dependency to version 0.24.0 and improve module function signature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f0c5805..71fe671 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ name = "_core" crate-type = ["cdylib"] [dependencies] -pyo3 = { version = "0.19.2", features = ["abi3-py39"] } +pyo3 = { version = "0.24.0", features = ["abi3-py39"] } time = { version = "0.3.39", features = ["formatting", "macros", "local-offset"] } -- cgit v1.2.3-70-g09d2