From 1295f4bdf7ad4cc0d852ddd395a82ee78a259251 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 25 Jun 2024 09:55:48 +0100 Subject: [PATCH 1/2] Bump py03 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c71108a9..7e345e808 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ num-complex = ">= 0.2, < 0.5" num-integer = "0.1" num-traits = "0.2" ndarray = ">= 0.13, < 0.16" -pyo3 = { version = "0.21.0", default-features = false, features = ["macros"] } +pyo3 = { version = "0.22.0", default-features = false, features = ["macros"] } rustc-hash = "1.1" [dev-dependencies] From bd67be13702ada387d2d12af0bd350c9f340d9df Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 25 Jun 2024 10:06:44 +0100 Subject: [PATCH 2/2] Bump py03 in dev dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e345e808..a32dbc806 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ pyo3 = { version = "0.22.0", default-features = false, features = ["macros"] } rustc-hash = "1.1" [dev-dependencies] -pyo3 = { version = "0.21.0", default-features = false, features = ["auto-initialize"] } +pyo3 = { version = "0.22.0", default-features = false, features = ["auto-initialize"] } nalgebra = { version = "0.32", default-features = false, features = ["std"] } [package.metadata.docs.rs]