From 77dc50de969b7cc1fbd540d3e6a49290096850cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?charlotte=20=F0=9F=8C=B8?= Date: Fri, 12 Dec 2025 17:33:42 -0800 Subject: [PATCH] https://github.com/PyO3/maturin/issues/2314 --- crates/processing_pyo3/pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/crates/processing_pyo3/pyproject.toml b/crates/processing_pyo3/pyproject.toml index 24526db..e0c188b 100644 --- a/crates/processing_pyo3/pyproject.toml +++ b/crates/processing_pyo3/pyproject.toml @@ -17,3 +17,10 @@ dev = ["maturin>=1.10,<2.0"] [tool.maturin] manifest-path = "Cargo.toml" + +[tool.uv] +cache-keys = [ + { file = "pyproject.toml" }, + { file = "Cargo.toml" }, + { file = "src/**/*.rs" }, +]