You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
295 B
8 lines
295 B
/// protobuf crate version
|
|
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_1";
|
|
/// This symbol can be referenced to assert that proper version of crate is used
|
|
pub const VERSION_2_22_1: () = ();
|