Skip to content

Commit d9ca912

Browse files
authored
Merge pull request #14979 from github/criemen/prepare-bazel-upgrade
Prepare for the bazel 7 upgrade.
2 parents 6c7e809 + 13acec1 commit d9ca912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/extractor/trap/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ genrule(
2323
"--schema=$(location //swift:schema)",
2424
"--script-name=codegen/codegen.py",
2525
]),
26-
exec_tools = [
26+
tools = [
2727
"//misc/codegen",
2828
"//swift:schema",
2929
],

0 commit comments

Comments
 (0)