From 7216d9b9d02e2bfdd0d11c5209ebea2235d125de Mon Sep 17 00:00:00 2001 From: messense Date: Tue, 10 May 2022 15:48:00 +0800 Subject: [PATCH] Use git dependency for python3-dll-a for testing --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 182234f5076..1e410a48e7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -167,3 +167,6 @@ members = [ no-default-features = true features = ["macros", "num-bigint", "num-complex", "hashbrown", "serde", "multiple-pymethods", "indexmap", "eyre"] rustdoc-args = ["--cfg", "docsrs"] + +[patch.crates-io] +python3-dll-a = { git = "https://github.com/PyO3/python3-dll-a.git", branch = "main" }