aboutsummaryrefslogtreecommitdiff
path: root/out/version.rs
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-04-02 11:32:01 -0700
committerJoel Galenson <jgalenson@google.com>2021-04-02 11:38:39 -0700
commitfa77f00cb55ecca70b342c5ebd022ef7a7520791 (patch)
treef4a3c759264793470fd44a7eca0c5319fea4f032 /out/version.rs
parent85383fa5eab764d04d0d5db6389728486c4b6805 (diff)
downloadprotobuf-fa77f00cb55ecca70b342c5ebd022ef7a7520791.tar.gz
Upgrade rust/crates/protobuf to 2.22.1
Test: make Change-Id: Ie58392a6f5fd045cb0adab0adbe869383d10c198
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 a242f31..dcf078d 100644
--- a/out/version.rs
+++ b/out/version.rs
@@ -1,7 +1,7 @@
/// protobuf crate version
-pub const VERSION: &'static str = "2.22.0";
+pub const VERSION: &'static str = "2.22.1";
/// This symbol is used by codegen
#[doc(hidden)]
-pub const VERSION_IDENT: &'static str = "VERSION_2_22_0";
+pub const VERSION_IDENT: &'static str = "VERSION_2_22_1";
/// This symbol can be referenced to assert that proper version of crate is used
-pub const VERSION_2_22_0: () = ();
+pub const VERSION_2_22_1: () = ();