diff options
author | 2023-12-16 06:20:12 +0000 | |
---|---|---|
committer | 2023-12-16 06:20:12 +0000 | |
commit | cd11c9535fe7e09fb0ca385cfeb39880e4906980 (patch) | |
tree | fc07d7c6f0bd41e0ccf11965bfcf626f85220fbd /rust/testing.go | |
parent | db0eeb5bddbe4578cb5d7bab1014ea2bb7e0b548 (diff) | |
parent | 19739bf6a5db5e788f7556063deb0bf8f17da794 (diff) |
Merge "Rust protobuf 2->3: Update build system" into main
Diffstat (limited to 'rust/testing.go')
-rw-r--r-- | rust/testing.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rust/testing.go b/rust/testing.go index 3fe751e17..0b34c9732 100644 --- a/rust/testing.go +++ b/rust/testing.go @@ -133,12 +133,6 @@ func GatherRequiredDepsForTest() string { host_supported: true, } rust_library { - name: "libprotobuf_deprecated", - crate_name: "protobuf", - srcs: ["foo.rs"], - host_supported: true, - } - rust_library { name: "libgrpcio", crate_name: "grpcio", srcs: ["foo.rs"], |