Skip to content

Commit 7bccda7

Browse files
committed
Update cxxbridge-cmd example.
1 parent da4de3b commit 7bccda7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

examples/crate_universe/MODULE.bazel

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -581,20 +581,18 @@ rust_binary(
581581
name = "cxxbridge-cmd",
582582
srcs = glob(["src/**/*.rs"]),
583583
aliases = aliases(),
584-
compile_data = [
585-
"src/gen/include/cxx.h",
586-
],
584+
compile_data = glob(["src/gen/**/*.h"]),
587585
edition = "2021",
588586
visibility = ["//visibility:public"],
589587
deps = all_crate_deps(
590588
normal = True,
591589
),
592590
)
593591
""",
594-
sha256 = "d93600487d429c8bf013ee96719af4e62e809ac57fc4cac24f17cf58e4526009",
595-
strip_prefix = "cxxbridge-cmd-1.0.109",
592+
sha256 = "6a368ed4a0fd83ebd3f2808613842d942a409c41cc24cd9d83f1696a00d78afe",
593+
strip_prefix = "cxxbridge-cmd-1.0.189",
596594
type = "tar.gz",
597-
urls = ["https://static.crates.io/crates/cxxbridge-cmd/cxxbridge-cmd-1.0.109.crate"],
595+
urls = ["https://static.crates.io/crates/cxxbridge-cmd/cxxbridge-cmd-1.0.189.crate"],
598596
)
599597

600598
cxxbridge_cmd_deps = use_extension("@rules_rust//crate_universe:extensions.bzl", "crate")

0 commit comments

Comments
 (0)