version.rs includes VERSION directly.
So you no longer need to run ./configure to build the rust tools
This commit is contained in:
1
src/version.rs
Normal file
1
src/version.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub const TOOLS_VERSION: &str = include_str!("../VERSION");
|
||||
@@ -1,2 +0,0 @@
|
||||
pub const TOOLS_VERSION: &str = @THIN_PROVISIONING_TOOLS_VERSION@;
|
||||
|
||||
Reference in New Issue
Block a user