• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1diff --git a/src/lib.rs b/src/lib.rs
2index b487e6e..38b7f7c 100644
3--- a/src/lib.rs
4+++ b/src/lib.rs
5@@ -119,4 +119,7 @@ pub const VERSION: &str = "";
6 #[cfg(never)]
7 #[doc(hidden)]
8 pub const VERSION_IDENT: &str = "";
9-include!(concat!(env!("OUT_DIR"), "/version.rs"));
10+pub const VERSION: &'static str = "2.8.2";
11+#[doc(hidden)]
12+pub const VERSION_IDENT: &'static str = "VERSION_2_8_2";
13+pub const VERSION_2_8_2: () = ();
14