From 98b4920b0a999c9ec9a891afe20056bd03f755af Mon Sep 17 00:00:00 2001 From: "Reid D. McKenzie" Date: Wed, 8 Oct 2025 15:42:55 -0600 Subject: [PATCH] chore(rules_rust): Use compile_data Otherwise these files aren't visible at the right time in newer rules_rust --- py/tools/py/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/tools/py/BUILD.bazel b/py/tools/py/BUILD.bazel index 0c1a0c73..d4c36275 100644 --- a/py/tools/py/BUILD.bazel +++ b/py/tools/py/BUILD.bazel @@ -8,7 +8,7 @@ rust_library( "src/unpack.rs", "src/venv.rs", ], - data = [ + compile_data = [ "src/_virtualenv.py", "src/activate.tmpl", "src/pyvenv.cfg.tmpl",