From bf226c3b8e7fbb67c9ab68ea2fccdab38d55d702 Mon Sep 17 00:00:00 2001 From: Rens Date: Mon, 13 Jul 2026 11:44:46 +0200 Subject: [PATCH] add uv cache-keys for Rust source and Cargo files --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2cdde85..de34626 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,5 +39,8 @@ testpaths = ["tests"] markers = ["slow: expensive stress tests, excluded by default; run with -m slow"] addopts = "-m 'not slow'" +[tool.uv] +cache-keys = [{ file = "pyproject.toml" }, { file = "src/**/*.rs" }, { file = "Cargo.toml" }, { file = "Cargo.lock" }] + [tool.fastship] branch = "main"