commit | 91c0466094ee93f368f3af3284a097024aef7162 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Wed Mar 22 15:09:00 2023 +0100 |
committer | Jeff Vander Stoep <jeffv@google.com> | Fri Mar 24 09:32:36 2023 +0100 |
tree | 0d4b720573ffd047b0a02a857289ecf81c48a520 | |
parent | cd7db25738893ce424757527de6b25193525ae25 [diff] [blame] |
rust_proto: use protobuf crate version 2.x Test: build Bug: 270895633 Change-Id: I04e5e7fe70b8c509cd1b35852b75a0f24a633ce9
diff --git a/rust/testing.go b/rust/testing.go index 24ca3d6..a33d948 100644 --- a/rust/testing.go +++ b/rust/testing.go
@@ -127,7 +127,7 @@ min_sdk_version: "29", } rust_library { - name: "libprotobuf", + name: "libprotobuf_deprecated", crate_name: "protobuf", srcs: ["foo.rs"], host_supported: true,