Skip to content

Commit

Permalink
use bazel6
Browse files Browse the repository at this point in the history
  • Loading branch information
mikea committed Feb 9, 2023
1 parent 63d356b commit c8875c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.0
6.0.0
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("@npm//:capnpc-ts/package_json.bzl", capnpc_ts_bin = "bin")
cc_capnp_library(
name = "icudata-embed",
srcs = ["icudata-embed.capnp"],
strip_include_prefix = "",
include_prefix = ".",
visibility = ["//visibility:public"],
data = ["@com_googlesource_chromium_icu//:icudata"],
defines = [ "WORKERD_ICU_DATA_EMBED" ],
Expand Down

0 comments on commit c8875c8

Please # to comment.