Prepare for the bazel 7 upgrade.

This commit is contained in:
Cornelius Riemenschneider
2023-12-01 12:19:53 +01:00
parent 4ef1fe49e3
commit 13acec135d

View File

@@ -23,7 +23,7 @@ genrule(
"--schema=$(location //swift:schema)",
"--script-name=codegen/codegen.py",
]),
exec_tools = [
tools = [
"//misc/codegen",
"//swift:schema",
],