aboutsummaryrefslogtreecommitdiff
path: root/wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-0.1.57.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-0.1.57.bazel')
-rw-r--r--wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-0.1.57.bazel10
1 files changed, 7 insertions, 3 deletions
diff --git a/wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-0.1.57.bazel b/wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-0.1.57.bazel
index 78ef7f94..de95e95a 100644
--- a/wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-0.1.57.bazel
+++ b/wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-0.1.57.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "iana_time_zone",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
@@ -107,11 +111,11 @@ rust_library(
],
"@rules_rust//rust/platform:wasm32-unknown-unknown": [
"@rules_rust_wasm_bindgen__js-sys-0.3.64//:js_sys", # cfg(target_arch = "wasm32")
- "@rules_rust_wasm_bindgen__wasm-bindgen-0.2.89//:wasm_bindgen", # cfg(target_arch = "wasm32")
+ "@rules_rust_wasm_bindgen__wasm-bindgen-0.2.91//:wasm_bindgen", # cfg(target_arch = "wasm32")
],
"@rules_rust//rust/platform:wasm32-wasi": [
"@rules_rust_wasm_bindgen__js-sys-0.3.64//:js_sys", # cfg(target_arch = "wasm32")
- "@rules_rust_wasm_bindgen__wasm-bindgen-0.2.89//:wasm_bindgen", # cfg(target_arch = "wasm32")
+ "@rules_rust_wasm_bindgen__wasm-bindgen-0.2.91//:wasm_bindgen", # cfg(target_arch = "wasm32")
],
"@rules_rust//rust/platform:x86_64-apple-darwin": [
"@rules_rust_wasm_bindgen__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios"))