mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Internal cleanup.
PiperOrigin-RevId: 856650155
This commit is contained in:
parent
46061cb99d
commit
c73d13f050
2 changed files with 2 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ rust_library(
|
|||
rust_test(
|
||||
name = "protobuf_upb_test",
|
||||
crate = ":protobuf_upb",
|
||||
edition = "2021",
|
||||
rustc_flags = [
|
||||
"--cfg=upb_kernel",
|
||||
"--cfg=bzl",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ PROC_MACRO_SRCS = ["proto_proc_macro_impl.rs"]
|
|||
rust_proc_macro(
|
||||
name = "protobuf_macros",
|
||||
srcs = PROC_MACRO_SRCS,
|
||||
edition = "2021",
|
||||
visibility = [
|
||||
"//devtools/rust/rust_analyzer/proc_macros:__pkg__",
|
||||
"//rust:__subpackages__",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue