aboutsummaryrefslogtreecommitdiff
path: root/out
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-02-09 17:48:30 -0800
committerHaibo Huang <hhb@google.com>2021-02-09 17:48:30 -0800
commitca95bfde00c254d109421786d20367d4fa0a0dc4 (patch)
tree28b1bae25b87b4d2f6c680421642f6ec50147e84 /out
parent914311bd1f1c0e251d2d7241139c1de29365ec0e (diff)
downloadprotobuf-ca95bfde00c254d109421786d20367d4fa0a0dc4.tar.gz
Upgrade rust/crates/protobuf to 2.22.0
Test: make Change-Id: I0967df149e3d7ca88f0abe6281adf2425adc6f1e
Diffstat (limited to 'out')
-rw-r--r--out/version.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/out/version.rs b/out/version.rs
index 239f02e..a242f31 100644
--- a/out/version.rs
+++ b/out/version.rs
@@ -1,7 +1,7 @@
/// protobuf crate version
-pub const VERSION: &'static str = "2.20.0";
+pub const VERSION: &'static str = "2.22.0";
/// This symbol is used by codegen
#[doc(hidden)]
-pub const VERSION_IDENT: &'static str = "VERSION_2_20_0";
+pub const VERSION_IDENT: &'static str = "VERSION_2_22_0";
/// This symbol can be referenced to assert that proper version of crate is used
-pub const VERSION_2_20_0: () = ();
+pub const VERSION_2_22_0: () = ();