1 /// protobuf crate version 2 pub const VERSION: &'static str = "2.22.1"; 3 /// This symbol is used by codegen 4 #[doc(hidden)] 5 pub const VERSION_IDENT: &'static str = "VERSION_2_22_1"; 6 /// This symbol can be referenced to assert that proper version of crate is used 7 pub const VERSION_2_22_1: () = (); 8