| commit | dd24719b97c1d26d1db9add7668e1fec21f9eb5e | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Thu Jul 30 22:26:52 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Thu Jul 30 22:30:02 2020 -0700 |
| tree | c461d0d8a749a5df647feda26f61d134610d4d24 | |
| parent | a96213c6006665ed14adbe9a9b8f69226ae34b5f [diff] [blame] |
Update bazel Rust rules
diff --git a/BUILD b/BUILD index d63fea7..4d2b33a 100644 --- a/BUILD +++ b/BUILD
@@ -3,10 +3,12 @@ rust_library( name = "cxx", srcs = glob(["src/**/*.rs"]), + proc_macro_deps = [ + ":cxxbridge-macro", + ], visibility = ["//visibility:public"], deps = [ ":core-lib", - ":cxxbridge-macro", "//third-party:link-cplusplus", ], )