aboutsummaryrefslogtreecommitdiff
path: root/out/version.rs
diff options
context:
space:
mode:
authorDavid LeGare <legare@google.com>2022-03-02 16:21:10 +0000
committerDavid LeGare <legare@google.com>2022-03-02 16:21:10 +0000
commit793d84b7b9add8be0de7846184d4f21c7fa7c17e (patch)
treee5729062dc903dc271e2bfdc1803bcd03affbeb3 /out/version.rs
parent460914e0f185cd5ebf81a1720dcc73d302213040 (diff)
downloadprotobuf-793d84b7b9add8be0de7846184d4f21c7fa7c17e.tar.gz
Update protobuf to 2.27.1
Test: cd external/rust/crates && atest --host -c Change-Id: Iaae5fc30f1bd87b2d4a92ee1ae07bc18e1bc50d4
Diffstat (limited to 'out/version.rs')
-rw-r--r--out/version.rs6
1 files changed, 3 insertions, 3 deletions
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: () = ();