summaryrefslogtreecommitdiff
path: root/rust/testing.go
diff options
context:
space:
mode:
author Jeff Vander Stoep <jeffv@google.com> 2023-03-22 15:09:00 +0100
committer Jeff Vander Stoep <jeffv@google.com> 2023-03-24 09:32:36 +0100
commit91c0466094ee93f368f3af3284a097024aef7162 (patch)
tree0d4b720573ffd047b0a02a857289ecf81c48a520 /rust/testing.go
parentcd7db25738893ce424757527de6b25193525ae25 (diff)
rust_proto: use protobuf crate version 2.x
Test: build Bug: 270895633 Change-Id: I04e5e7fe70b8c509cd1b35852b75a0f24a633ce9
Diffstat (limited to 'rust/testing.go')
-rw-r--r--rust/testing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/testing.go b/rust/testing.go
index 24ca3d627..a33d948db 100644
--- a/rust/testing.go
+++ b/rust/testing.go
@@ -127,7 +127,7 @@ func GatherRequiredDepsForTest() string {
min_sdk_version: "29",
}
rust_library {
- name: "libprotobuf",
+ name: "libprotobuf_deprecated",
crate_name: "protobuf",
srcs: ["foo.rs"],
host_supported: true,