aboutsummaryrefslogtreecommitdiff
path: root/out
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-06-21 13:45:30 -0700
committerJoel Galenson <jgalenson@google.com>2021-06-21 13:45:30 -0700
commit7c6935bfad2dfad0a13afb544918d9d92b273b93 (patch)
treec6a580626d5e0c1e535e2e43ba33adedcdfbdd41 /out
parent1a6ff629fc7b1f54e9ae8e595474076c6804bd59 (diff)
downloadprotobuf-7c6935bfad2dfad0a13afb544918d9d92b273b93.tar.gz
Upgrade rust/crates/protobuf to 2.24.1
Test: make Change-Id: Ie975a68ed6fde1de897a3d3d68f66e3f12e01ad6
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 2ee7f96..cc886db 100644
--- a/out/version.rs
+++ b/out/version.rs
@@ -1,7 +1,7 @@
/// protobuf crate version
-pub const VERSION: &'static str = "2.23.0";
+pub const VERSION: &'static str = "2.24.1";
/// This symbol is used by codegen
#[doc(hidden)]
-pub const VERSION_IDENT: &'static str = "VERSION_2_23_0";
+pub const VERSION_IDENT: &'static str = "VERSION_2_24_1";
/// This symbol can be referenced to assert that proper version of crate is used
-pub const VERSION_2_23_0: () = ();
+pub const VERSION_2_24_1: () = ();