Skip to content

Commit e9d7a38

Browse files
committed
Bump Bazel to v7.7.1
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent c8868da commit e9d7a38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.5.0
1+
7.7.1

bazel/wasm.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def _wasm_attrs(transition):
6464
"binary": attr.label(mandatory = True, cfg = transition),
6565
"signing_key": attr.label_list(allow_files = True),
6666
"_wasmsign_tool": attr.label(default = "//bazel/cargo/wasmsign/remote:wasmsign__wasmsign", executable = True, cfg = "exec"),
67-
"_whitelist_function_transition": attr.label(default = "@bazel_tools//tools/whitelists/function_transition_whitelist"),
67+
"_allowlist_function_transition": attr.label(default = "@bazel_tools//tools/allowlists/function_transition_allowlist"),
6868
}
6969

7070
wasm_rust_binary_rule = rule(

0 commit comments

Comments
 (0)