From ff32a353f8f593dd7cf1d35f7b8006eb181c6608 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 12 Oct 2023 16:04:00 +0200 Subject: [PATCH] Upgrade pyo3 to 0.20 --- instant-segment-py/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instant-segment-py/Cargo.toml b/instant-segment-py/Cargo.toml index 9d9158e..80bfb61 100644 --- a/instant-segment-py/Cargo.toml +++ b/instant-segment-py/Cargo.toml @@ -18,7 +18,7 @@ crate-type = ["cdylib"] ahash = "0.8" bincode = "1.3.2" instant-segment = { version = "0.10", path = "../instant-segment", features = ["with-serde"] } -pyo3 = { version = "0.19.0", features = ["extension-module"] } +pyo3 = { version = "0.20", features = ["extension-module"] } smartstring = "1" [package.metadata.maturin]