aboutsummaryrefslogtreecommitdiff
path: root/out
diff options
context:
space:
mode:
Diffstat (limited to 'out')
-rw-r--r--out/version.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/out/version.rs b/out/version.rs
new file mode 100644
index 0000000..664b318
--- /dev/null
+++ b/out/version.rs
@@ -0,0 +1,7 @@
+/// protobuf crate version
+pub const VERSION: &'static str = "2.14.0";
+/// This symbol is used by codegen
+#[doc(hidden)]
+pub const VERSION_IDENT: &'static str = "VERSION_2_14_0";
+/// This symbol can be referenced to assert that proper version of crate is used
+pub const VERSION_2_14_0: () = ();