From 7f02de70b2e970b0874fcf9dd621799641fb54b4 Mon Sep 17 00:00:00 2001 From: Ilya Siamionau Date: Sun, 8 Sep 2024 01:07:53 +0200 Subject: [PATCH] Update PyO3 to 0.22.2 (#48) --- Cargo.toml | 2 +- profiling/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d2a5d27..2af52cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "libipld" crate-type = ["rlib", "cdylib"] [dependencies] -pyo3 = { version = "0.21.0-beta.0", features = ["generate-import-lib", "anyhow"] } +pyo3 = { version = "0.22.2", features = ["generate-import-lib", "anyhow"] } python3-dll-a = "0.2.7" anyhow = "1.0.75" libipld = { version = "0.16.0", features = ["dag-cbor"] } diff --git a/profiling/Cargo.toml b/profiling/Cargo.toml index a9a47cc..3b7ab56 100644 --- a/profiling/Cargo.toml +++ b/profiling/Cargo.toml @@ -11,4 +11,4 @@ structopt = "0.3.26" clap = "4.5.1" [dependencies.pyo3] -version = "0.21.0-beta.0" +version = "0.22.2"