thin-provisioning-tools/src/version.rs
Joe Thornber 6f30d17f04 version.rs includes VERSION directly.
So you no longer need to run ./configure to build the rust tools
2021-02-04 10:00:32 +00:00

2 lines
60 B
Rust

pub const TOOLS_VERSION: &str = include_str!("../VERSION");