aboutsummaryrefslogtreecommitdiff
path: root/out/version.rs
blob: a242f31c3d9723296fac8c3c4021c12696884754 (plain)
1
2
3
4
5
6
7
/// protobuf crate version
pub const VERSION: &'static str = "2.22.0";
/// This symbol is used by codegen
#[doc(hidden)]
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_22_0: () = ();