From af27dda80695e050da59edd4b385551033cf1e07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 21:51:26 +0000 Subject: [PATCH] Update Rust crate pyo3 to 0.20.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c251fde..18dc220 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ python = ["pyo3"] [dependencies] [dependencies.pyo3] -version = "0.19.2" +version = "0.20.0" features = ["extension-module"] optional = true