From 3709223fa9dbacc4789a5f2b38d3f61bbe0a468e Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 28 Feb 2022 11:34:57 +0100 Subject: [PATCH] Update pyo3 to 0.16 --- 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 4c3efa7..196ac2a 100644 --- a/instant-segment-py/Cargo.toml +++ b/instant-segment-py/Cargo.toml @@ -19,7 +19,7 @@ crate-type = ["cdylib"] ahash = "0.7.2" bincode = "1.3.2" instant-segment = { version = "0.8.2", path = "../instant-segment", features = ["with-serde"] } -pyo3 = { version = "0.15.0", features = ["extension-module"] } +pyo3 = { version = "0.16", features = ["extension-module"] } smartstring = "1" [package.metadata.maturin]