diff --git a/Cargo.toml b/Cargo.toml index bad2e17..2e48080 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "foobar" crate-type = ["cdylib"] [dependencies] -pyo3 = { version = "0.28.0", features = ["extension-module"] } +pyo3 = { version = "0.29.0", features = ["extension-module"] } [package.metadata.maturin] python-source = "python"