From 4ef38992edfe1d5d00e529194e6c0ca6815a2340 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Tue, 10 Dec 2024 13:08:27 +0100 Subject: [PATCH] chore(deps): set stub gen to upstream (#70) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e81b8f9..7403bf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ openssl = { version = "0.10", features = ["vendored"] } numpy = "0.23.0" unsafe_cell_slice = "0.2.0" serde_json = "1.0.128" -pyo3-stub-gen = { version = "0.6.1", git = "https://github.com/flying-sheep/pyo3-stub-gen.git", branch = "py-untyped-array" } +pyo3-stub-gen = "0.6.1" [profile.release] lto = true