From 793d84b7b9add8be0de7846184d4f21c7fa7c17e Mon Sep 17 00:00:00 2001 From: David LeGare Date: Wed, 2 Mar 2022 16:21:10 +0000 Subject: Update protobuf to 2.27.1 Test: cd external/rust/crates && atest --host -c Change-Id: Iaae5fc30f1bd87b2d4a92ee1ae07bc18e1bc50d4 --- out/version.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'out/version.rs') diff --git a/out/version.rs b/out/version.rs index fd20f6c..18bbac5 100644 --- a/out/version.rs +++ b/out/version.rs @@ -1,7 +1,7 @@ /// protobuf crate version -pub const VERSION: &'static str = "2.25.1"; +pub const VERSION: &'static str = "2.27.1"; /// This symbol is used by codegen #[doc(hidden)] -pub const VERSION_IDENT: &'static str = "VERSION_2_25_1"; +pub const VERSION_IDENT: &'static str = "VERSION_2_27_1"; /// This symbol can be referenced to assert that proper version of crate is used -pub const VERSION_2_25_1: () = (); +pub const VERSION_2_27_1: () = (); -- cgit v1.2.3